Skip to content

Commit 23a6c01

Browse files
committed
autofix: jest.config.js should have md5 37d4a60683ab9a47350f017601295759
1 parent a5252c3 commit 23a6c01

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
},
4242
"homepage": "https://github.com/Jaid/fetch-git-repo",
4343
"keywords": []
44-
}
44+
}

0 commit comments

Comments
 (0)