Skip to content

Commit 5e297d8

Browse files
committed
Add modulePathIgnorePatterns to jest.config.json
1 parent 451fea5 commit 5e297d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jest.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"modulePaths": [
2121
"<rootDir>/src"
2222
],
23+
"modulePathIgnorePatterns": [
24+
"<rootDir>/dist/"
25+
],
2326
"coverageThreshold": {
2427
"global": {
2528
"branches": 84.9,

0 commit comments

Comments
 (0)