We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cfefa commit 06a69d6Copy full SHA for 06a69d6
jest.config.js
@@ -84,7 +84,7 @@ module.exports = {
84
// moduleNameMapper: {},
85
86
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
87
- // modulePathIgnorePatterns: [],
+ modulePathIgnorePatterns: ['<rootDir>/tmp/'],
88
89
// Activates notifications for test results
90
// notify: false,
0 commit comments