Skip to content

Commit

Permalink
Merge pull request #20 from elliottsj/renovate/major-jest-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottsj authored May 27, 2020
2 parents b9763fd + 228ee55 commit eaf850a
Show file tree
Hide file tree
Showing 3 changed files with 1,321 additions and 708 deletions.
4 changes: 3 additions & 1 deletion example/example.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ it('invalidates webpack build upon changing an inline imported file', () =>
}
// Modified example.txt triggered another build
watcher.close(() => {
resolve();
setTimeout(() => {
resolve();
}, 3000);
});
});
}));
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "7.10.0",
"babel-loader": "8.1.0",
"babel-plugin-inline-import": "3.0.0",
"jest": "24.9.0",
"jest": "26.0.1",
"prettier": "2.0.5",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
Expand Down
Loading

0 comments on commit eaf850a

Please sign in to comment.