Skip to content

Commit

Permalink
fix: add --no-threads parameter to vitest call to fix freezes, resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Oct 26, 2023
1 parent 5656358 commit 7c96680
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 @@ -63,7 +63,7 @@
"dev": "vite",
"build": "vite build --sourcemap true",
"preview": "vite preview",
"test": "vitest run",
"test": "vitest run --no-threads",
"vitest": "vitest",
"lint": "eslint js test --ext .ts",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit 7c96680

Please sign in to comment.