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 0078f98 commit 38722d7Copy full SHA for 38722d7
jest.config.ts
@@ -88,7 +88,7 @@ const config: Config = {
88
// moduleNameMapper: {},
89
90
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
91
- modulePathIgnorePatterns: ["./jest.config.ts"],
+ modulePathIgnorePatterns: ["./jest.config.ts", "./out/"],
92
93
// Activates notifications for test results
94
// notify: false,
0 commit comments