mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
test(server): disable file parallelism to avoid CI failures
This commit is contained in:
@@ -16,6 +16,7 @@ export default defineConfig(() => ({
|
|||||||
provider: 'v8' as const,
|
provider: 'v8' as const,
|
||||||
reporter: [ "text", "html" ]
|
reporter: [ "text", "html" ]
|
||||||
},
|
},
|
||||||
|
fileParallelism: false,
|
||||||
pool: "threads"
|
pool: "threads"
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user