Skip to content

Commit

Permalink
run jest tests in single process
Browse files Browse the repository at this point in the history
  • Loading branch information
kochis committed Jul 23, 2023
1 parent 472353c commit 5bbcca2
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 @@ -19,7 +19,7 @@
"check-latest-tag": "node ./scripts/check-latest-tag.cjs",
"check-beta-tag": "node ./scripts/check-beta-tag.cjs",
"bump-version": "node ./scripts/bump-version.cjs",
"test": "jest --collect-coverage",
"test": "jest --collect-coverage --runInBand",
"test:watch": "jest --watch",
"demo": "npm run build && node ./demo/server.cjs",
"compile-site": "node ./scripts/compile-site.cjs"
Expand Down

0 comments on commit 5bbcca2

Please sign in to comment.