mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
test(server): try to use threads instead of forks to avoid ELIFECYCLE issues in the CI
This commit is contained in:
parent
185652fb6e
commit
42ccdd1646
@ -15,6 +15,7 @@ export default defineConfig(() => ({
|
|||||||
reportsDirectory: './test-output/vitest/coverage',
|
reportsDirectory: './test-output/vitest/coverage',
|
||||||
provider: 'v8' as const,
|
provider: 'v8' as const,
|
||||||
reporter: [ "text", "html" ]
|
reporter: [ "text", "html" ]
|
||||||
}
|
},
|
||||||
|
pool: "threads"
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user