Skip to content

Commit

Permalink
Use jest --forceExit
Browse files Browse the repository at this point in the history
I'm not seeing any open handles locally, so this seems to be a weird CI
quirk that I don't think is worth tracking down right now.
  • Loading branch information
GaryGSC committed Jun 25, 2024
1 parent 4794963 commit e492cc7
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 @@ -10,7 +10,7 @@
"format-check": "prettier --check **/*.ts",
"lint": "eslint src/**/*.ts",
"pack": "ncc build",
"test": "jest",
"test": "jest --forceExit",
"all": "yarn build && yarn format && yarn lint && yarn run pack && yarn test"
},
"repository": {
Expand Down

0 comments on commit e492cc7

Please sign in to comment.