Skip to content

Commit

Permalink
chore: cov also need forceExit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 committed Jun 4, 2024
1 parent fbaa7fe commit eaaa217
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 @@ -27,7 +27,7 @@
"release": "esno scripts/release.ts",
"test": "jest --runInBand --forceExit",
"test:build": "jest tests/build.test.ts",
"test:cov": "jest --collectCoverage --runInBand",
"test:cov": "jest --collectCoverage --runInBand --forceExit",
"test:dev": "jest tests/dev.test.ts",
"test:mako-build": "jest tests/mako.build.test.ts",
"test:mako-dev": "jest tests/mako.dev.test.ts"
Expand Down

0 comments on commit eaaa217

Please sign in to comment.