Skip to content

Commit 38722d7

Browse files
committed
revert: jest configs
1 parent 0078f98 commit 38722d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const config: Config = {
8888
// moduleNameMapper: {},
8989

9090
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
91-
modulePathIgnorePatterns: ["./jest.config.ts"],
91+
modulePathIgnorePatterns: ["./jest.config.ts", "./out/"],
9292

9393
// Activates notifications for test results
9494
// notify: false,

0 commit comments

Comments
 (0)