We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd3446 commit 32fe3abCopy full SHA for 32fe3ab
scripts/tests/all.test.ts
@@ -26,7 +26,7 @@ describe("vitest", async () => {
26
let result: string;
27
28
try {
29
- result = execSync(`npx vitest run --reporter=json`, {
+ result = execSync(`npx vitest run --reporter=json --single-thread`, {
30
cwd: rootFolder,
31
stdio: "pipe",
32
}).toString();
0 commit comments