We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node_modules
build
1 parent 0d7090e commit 174d8bdCopy full SHA for 174d8bd
jest.config.js
@@ -15,4 +15,5 @@ module.exports = {
15
diagnostics: false,
16
},
17
18
+ testPathIgnorePatterns: ['<rootDir>/build/', '<rootDir>/node_modules/'],
19
};
0 commit comments