Skip to content

Commit 06a69d6

Browse files
committed
fix: add tmp directory to ignore paths
1 parent 76cfefa commit 06a69d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
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>/tmp/'],
8888

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

0 commit comments

Comments
 (0)