We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b3cd1 commit 50fe760Copy full SHA for 50fe760
jest.config.json
@@ -5,5 +5,8 @@
5
"coverageProvider": "v8",
6
"setupFilesAfterEnv": [
7
"jest-extended/all"
8
+ ],
9
+ "testPathIgnorePatterns": [
10
+ "routes/test.js"
11
]
12
}
0 commit comments