Skip to content

Commit 32fe3ab

Browse files
committed
Speed up tests on local and on StackBlitz
1 parent 4fd3446 commit 32fe3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/all.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe("vitest", async () => {
2626
let result: string;
2727

2828
try {
29-
result = execSync(`npx vitest run --reporter=json`, {
29+
result = execSync(`npx vitest run --reporter=json --single-thread`, {
3030
cwd: rootFolder,
3131
stdio: "pipe",
3232
}).toString();

0 commit comments

Comments
 (0)