Skip to content

Commit 2792327

Browse files
separate forks
1 parent d540040 commit 2792327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-cloudflare/playground/vitest.config.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
// We run these tests in a single fork to avoid them running in parallel.
99
// Otherwise we occasionally get flakes where two tests are overwriting
1010
// the same output files.
11-
poolOptions: { forks: { singleFork: true } },
11+
poolOptions: { forks: { singleFork: false } },
1212
fileParallelism: false,
1313
include: ["./**/__tests__/**/*.spec.[tj]s"],
1414
setupFiles: ["./vitest-setup.ts"],

0 commit comments

Comments
 (0)