Skip to content

Commit

Permalink
test: try running tests in sequence for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Nov 15, 2024
1 parent 1cc9375 commit 2e09952
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 @@ -14,7 +14,7 @@
],
"scripts": {
"clean": "rimraf .tap node_modules types",
"test": "tap --disable-coverage --allow-empty-coverage",
"test": "tap --disable-coverage --allow-empty-coverage --jobs=1",
"test:snapshots": "tap test/**/*.js --snapshot",
"lint:fix": "eslint --fix .",
"lint": "eslint .",
Expand Down

0 comments on commit 2e09952

Please sign in to comment.