Skip to content

Commit 3b23d10

Browse files
committed
autofix: jest.config.js should have md5 37d4a60683ab9a47350f017601295759
1 parent 590c467 commit 3b23d10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ module.exports = {
1313
"<rootDir>/node_modules/",
1414
"<rootDir>/dist/",
1515
],
16+
modulePathIgnorePatterns: [
17+
"<rootDir>/dist",
18+
"<rootDir>/build",
19+
],
1620
moduleNameMapper: {
1721
"^root": "<rootDir>",
1822
"^src": "<rootDir>/src",

0 commit comments

Comments
 (0)