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 9385371 commit 01e458eCopy full SHA for 01e458e
1 file changed
jest.config.ts
@@ -84,7 +84,7 @@ export default {
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>/dist"],
88
89
// Activates notifications for test results
90
// notify: false,
0 commit comments