Skip to content

Commit 8b27b46

Browse files
Automatically merged boilerplate update from #1
Applied 1 fix from jaid/action-uptodater
2 parents 590c467 + 3b23d10 commit 8b27b46

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)