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

This reverts commit 17f27e520c.
This commit is contained in:
Elian Doran
2025-06-15 14:41:51 +03:00
parent 641d2b0527
commit a5c6a8e0a9
-1
View File
@@ -19,7 +19,6 @@ export default defineConfig(() => ({
provider: 'v8' as const,
reporter: [ "text", "html" ]
},
fileParallelism: false,
pool: "threads"
},
}));