We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7603d8a commit e633b82Copy full SHA for e633b82
jest.config.js
@@ -12,6 +12,7 @@ const config = {
12
13
if (process.env.MODULE) {
14
config.testRegex = `/__tests__/${process.env.MODULE}.test.js`;
15
+ config.testPathIgnorePatterns = ['/node_modules/'];
16
}
17
18
module.exports = config;
0 commit comments