Skip to content

Commit c7f053f

Browse files
committed
Ignore templates when testing
1 parent 70cf930 commit c7f053f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
"moduleNameMapper": {
3838
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
3939
"\\.(css|scss)$": "identity-obj-proxy"
40-
}
40+
},
41+
"modulePathIgnorePatterns": [
42+
"<rootDir>/templates/"
43+
]
4144
},
4245
"devDependencies": {
4346
"@babel/plugin-transform-runtime": "^7.9.0",

0 commit comments

Comments
 (0)