Skip to content

Commit

Permalink
Detect open handles and force exit jest
Browse files Browse the repository at this point in the history
  • Loading branch information
valscion committed Oct 1, 2021
1 parent a2a20ba commit caf183f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"npm-publish": "npm run lint && npm run build && npm test && npm publish",
"lint": "eslint --ext js,jsx .",
"install-test-webpack-versions": "./bin/install-test-webpack-versions.sh",
"test": "npm run install-test-webpack-versions && jest --runInBand",
"test": "npm run install-test-webpack-versions && jest --runInBand --detectOpenHandles --forceExit",
"test-dev": "npm run install-test-webpack-versions && jest --watch --runInBand"
},
"files": [
Expand Down

0 comments on commit caf183f

Please sign in to comment.