Skip to content

Commit

Permalink
Revert "Have jest force exit and ignore open handles"
Browse files Browse the repository at this point in the history
This reverts commit 72f4641.
  • Loading branch information
ewanharris committed Oct 13, 2022
1 parent 995c3f4 commit b0923d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "rimraf dist && rollup -m -c --environment NODE_ENV:production && npm run test:es-check",
"build:stats": "npm run build -- --environment WITH_STATS:true && open stats.html",
"lint:security": "eslint ./src --ext ts --no-eslintrc --config ./.eslintrc.security",
"test": "jest --coverage --silent --forceExit",
"test": "jest --coverage --silent",
"test:watch": "jest --coverage --watch",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
"test:open:integration": "cypress open",
Expand Down

0 comments on commit b0923d5

Please sign in to comment.