Skip to content

Commit

Permalink
fix: ignore node_modules path for jest watchman (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 authored Sep 25, 2024
1 parent f6336e2 commit e7e3f9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ module.exports = {
],
...tsjPreset.transform,
},
watchPathIgnorePatterns: [
'/node_modules/',
],
};

0 comments on commit e7e3f9e

Please sign in to comment.