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

Commit 83fccb3

Browse files
committed
force tests to exit again
1 parent afac87d commit 83fccb3

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
@@ -66,7 +66,7 @@
6666
},
6767
"scripts": {
6868
"lint": "eslint .",
69-
"test": "jest",
69+
"test": "jest --coverage --forceExit",
7070
"start": "node bin/server.js",
7171
"lint:format": "eslint --fix ."
7272
},

0 commit comments

Comments
 (0)