Skip to content

Commit c49dc4b

Browse files
fix: force exit in jest
1 parent 97b9e15 commit c49dc4b

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "node ./node_modules/typescript/bin/tsc --p ./tsconfig.json",
99
"pretest": "npm run build",
10-
"test": "jest test --coverage",
10+
"test": "jest test --coverage --forceExit",
1111
"lint": "npm run build && eslint '*/**/*.ts' --quiet --fix",
1212
"version": "npm run build && git add -A lib",
1313
"precommit": "lint-staged"

0 commit comments

Comments
 (0)