Skip to content

Commit

Permalink
experiment with vitest's performance flags
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Sep 3, 2024
1 parent adee418 commit 918b48e
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 @@ -40,7 +40,7 @@
"start:watch": "run-p build:js:watch start:server",
"start:server": "node scripts/server.js",
"test": "npm-run-all -s lint build test:spec",
"test:spec": "vitest",
"test:spec": "vitest --no-isolate --pool=threads",
"translations": "node scripts/update_locales.js"
},
"dependencies": {
Expand Down

0 comments on commit 918b48e

Please sign in to comment.