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

pull/2314/head
Elian Doran 2025-06-15 14:00:54 +07:00
parent f8c1dabfd5
commit 17f27e520c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

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