Skip to content

Commit b0923d5

Browse files
committed
Revert "Have jest force exit and ignore open handles"
This reverts commit 72f4641.
1 parent 995c3f4 commit b0923d5

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
@@ -14,7 +14,7 @@
1414
"build": "rimraf dist && rollup -m -c --environment NODE_ENV:production && npm run test:es-check",
1515
"build:stats": "npm run build -- --environment WITH_STATS:true && open stats.html",
1616
"lint:security": "eslint ./src --ext ts --no-eslintrc --config ./.eslintrc.security",
17-
"test": "jest --coverage --silent --forceExit",
17+
"test": "jest --coverage --silent",
1818
"test:watch": "jest --coverage --watch",
1919
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
2020
"test:open:integration": "cypress open",

0 commit comments

Comments
 (0)