Skip to content

Commit a3d3e67

Browse files
committed
autofix: jest.config.js should have md5 37d4a60683ab9a47350f017601295759
1 parent 80ec129 commit a3d3e67

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
@@ -53,4 +53,4 @@
5353
"object",
5454
"values"
5555
]
56-
}
56+
}

0 commit comments

Comments
 (0)