Skip to content

Commit

Permalink
chore: test add --forceExit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 committed Jun 4, 2024
1 parent ea12a58 commit fbaa7fe
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 @@ -25,7 +25,7 @@
"format": "prettier --write .",
"prepare": "husky install",
"release": "esno scripts/release.ts",
"test": "jest --runInBand",
"test": "jest --runInBand --forceExit",
"test:build": "jest tests/build.test.ts",
"test:cov": "jest --collectCoverage --runInBand",
"test:dev": "jest tests/dev.test.ts",
Expand Down

0 comments on commit fbaa7fe

Please sign in to comment.