Skip to content

Commit

Permalink
test(): Increase jest test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed May 28, 2020
1 parent 1fd84e1 commit f587710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// jest.config.js
module.exports = {
projects: ['./jest.unit.config.js', './jest.e2e.config.js'],
testTimeout: 10000,
collectCoverageFrom: ['packages/**/*.ts', '!**/__tests__/**', '!**/dist/**', '!**/node_modules/**'],
};

0 comments on commit f587710

Please sign in to comment.