Skip to content

Commit

Permalink
Ignore nested node_modules in test watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevon committed Apr 12, 2020
1 parent dea9d9d commit 5e15c78
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
Expand Up @@ -7,6 +7,7 @@ module.exports = {
},
},
testPathIgnorePatterns: ['/node_modules/'],
watchPathIgnorePatterns: ['/node_modules/'],
roots: ['.'],
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
projects: ['<rootDir>/src'],
Expand Down

0 comments on commit 5e15c78

Please sign in to comment.