Skip to content

Commit d28aa3c

Browse files
committed
Don't try to run JS files in fixtures folder as tests
1 parent fc19bc2 commit d28aa3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
]
7070
},
7171
"jest": {
72-
"setupTestFrameworkScriptFile": "<rootDir>/jest/customMatchers.js"
72+
"setupTestFrameworkScriptFile": "<rootDir>/jest/customMatchers.js",
73+
"testPathIgnorePatterns": ["<rootDir>/__tests__/fixtures/"]
7374
},
7475
"engines": {
7576
"node": ">=6.9.0"

0 commit comments

Comments
 (0)