Skip to content

Commit 6ff8f8a

Browse files
committed
--passWithNoTests
1 parent 2dfa735 commit 6ff8f8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"preset": "ts-jest",
33
"testEnvironment": "node",
44
"collectCoverage": true,
5-
"testMatch": ["**/**/*.test.ts"]
5+
"testMatch": ["**/**/*.test.ts"],
6+
"passWithNoTests": true
67
}

0 commit comments

Comments
 (0)