Skip to content

Commit 01e458e

Browse files
committed
update jest config
1 parent 9385371 commit 01e458e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default {
8484
// moduleNameMapper: {},
8585

8686
// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
87-
// modulePathIgnorePatterns: [],
87+
modulePathIgnorePatterns: ["<rootDir>/dist"],
8888

8989
// Activates notifications for test results
9090
// notify: false,

0 commit comments

Comments
 (0)