Skip to content

Commit 9254d98

Browse files
committed
[splendo#9] Added testUtils folder in testPathIgnorePatterns
1 parent a0e1ce6 commit 9254d98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hearthstone/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
],
3838
"testPathIgnorePatterns": [
3939
"<rootDir>/__tests__/config/",
40-
"<rootDir>/__tests__/__mocks__/"
40+
"<rootDir>/__tests__/__mocks__/",
41+
"<rootDir>/__tests__/testUtils"
4142
],
4243
"snapshotSerializers": [
4344
"enzyme-to-json/serializer"
@@ -53,8 +54,7 @@
5354
"moduleFileExtensions": [
5455
"ts",
5556
"tsx",
56-
"js",
57-
"jsx"
57+
"js"
5858
]
5959
},
6060
"scripts": {

0 commit comments

Comments
 (0)