mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
ci: fix backend vitest.config (@fehmer) (#5780)
This commit is contained in:
parent
12cd29c128
commit
6fdfb5849b
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ export default defineConfig({
|
|||
environment: "node",
|
||||
globalSetup: "__tests__/global-setup.ts",
|
||||
setupFiles: ["__tests__/setup-tests.ts"],
|
||||
pool: "forks", //this should be the default value, however the CI fails without this set.
|
||||
|
||||
coverage: {
|
||||
include: ["**/*.ts"],
|
||||
|
|
Loading…
Add table
Reference in a new issue