diff --git a/config/jest.config.js b/config/jest.config.js index 55f8b657..83ada357 100644 --- a/config/jest.config.js +++ b/config/jest.config.js @@ -45,4 +45,7 @@ module.exports = { ], ...tsjPreset.transform, }, + watchPathIgnorePatterns: [ + '/node_modules/', + ], };