Skip to content

Commit e7e3f9e

Browse files
authored
fix: ignore node_modules path for jest watchman (#606)
1 parent f6336e2 commit e7e3f9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ module.exports = {
4545
],
4646
...tsjPreset.transform,
4747
},
48+
watchPathIgnorePatterns: [
49+
'/node_modules/',
50+
],
4851
};

0 commit comments

Comments
 (0)