Revert "test(server): disable file parallelism to avoid CI failures"

This reverts commit 17f27e520c1f3775522000835ec89b75e930bbee.
This commit is contained in:
Elian Doran 2025-06-15 14:41:51 +03:00
parent 641d2b0527
commit a5c6a8e0a9
No known key found for this signature in database

View File

@ -19,7 +19,6 @@ export default defineConfig(() => ({
provider: 'v8' as const, provider: 'v8' as const,
reporter: [ "text", "html" ] reporter: [ "text", "html" ]
}, },
fileParallelism: false,
pool: "threads" pool: "threads"
}, },
})); }));