mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 08:46:42 +00:00
Make jest does not watch .json file in the --watch mode
This commit is contained in:
parent
5104a57447
commit
d85a387b24
@ -3,4 +3,5 @@ module.exports = {
|
||||
setupFilesAfterEnv: ['<rootDir>/test/unit.setup.js'],
|
||||
modulePathIgnorePatterns: ['.cache'],
|
||||
testMatch: ['/**/__tests__/**/*.[jt]s?(x)'],
|
||||
watchPathIgnorePatterns: ['<rootDir>/.*\\.json'],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user