We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc19bc2 commit d28aa3cCopy full SHA for d28aa3c
package.json
@@ -69,7 +69,8 @@
69
]
70
},
71
"jest": {
72
- "setupTestFrameworkScriptFile": "<rootDir>/jest/customMatchers.js"
+ "setupTestFrameworkScriptFile": "<rootDir>/jest/customMatchers.js",
73
+ "testPathIgnorePatterns": ["<rootDir>/__tests__/fixtures/"]
74
75
"engines": {
76
"node": ">=6.9.0"
0 commit comments