Skip to content

Commit

Permalink
chore(js): improve jest watch performance by not watching node_modules (
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLondon committed Jul 9, 2020
1 parent 39ed163 commit f29d0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Expand Up @@ -35,4 +35,5 @@ module.exports = {
testPathIgnorePatterns: ['cypress/', '/node_modules/'],
coverageReporters: ['lcov', 'text-summary'],
snapshotSerializers: ['enzyme-to-json/serializer'],
watchPathIgnorePatterns: ['/node_modules/'],
}

0 comments on commit f29d0fc

Please sign in to comment.