diff --git a/jest.base-config.js b/jest.base-config.js index 77a593e8ef..2ca270f001 100644 --- a/jest.base-config.js +++ b/jest.base-config.js @@ -3,4 +3,5 @@ module.exports = { setupFilesAfterEnv: ['/test/unit.setup.js'], modulePathIgnorePatterns: ['.cache'], testMatch: ['/**/__tests__/**/*.[jt]s?(x)'], + watchPathIgnorePatterns: ['/.*\\.json'], };