We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfa735 commit 6ff8f8aCopy full SHA for 6ff8f8a
jest.config.json
@@ -2,5 +2,6 @@
2
"preset": "ts-jest",
3
"testEnvironment": "node",
4
"collectCoverage": true,
5
- "testMatch": ["**/**/*.test.ts"]
+ "testMatch": ["**/**/*.test.ts"],
6
+ "passWithNoTests": true
7
}
0 commit comments