Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 2a0783d

Browse files
committed
test: force tests to exit again
1 parent 20da50b commit 2a0783d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"scripts": {
7676
"lint:format": "eslint --fix .",
7777
"lint": "eslint .",
78-
"test": "jest",
78+
"test": "jest --coverage --forceExit",
7979
"precommit": "lint-staged",
8080
"cm": "git-cz",
8181
"readme": "projectz compile",

0 commit comments

Comments
 (0)