aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
diff options
context:
space:
mode:
authorChristian Fehmer <[email protected]>2024-08-14 13:07:00 +0200
committerGitHub <[email protected]>2024-08-14 13:07:00 +0200
commit6fdfb5849b40d031c0ce4cf6daff186b87299b8a (patch)
tree525c0f0232cda4b8873e3e83358eb3ba0a001891 /backend
parent12cd29c1288fbe5e50af223898ea948d74985743 (diff)
downloadmonkeytype-6fdfb5849b40d031c0ce4cf6daff186b87299b8a.tar.gz
monkeytype-6fdfb5849b40d031c0ce4cf6daff186b87299b8a.zip
ci: fix backend vitest.config (@fehmer) (#5780)
Diffstat (limited to 'backend')
-rw-r--r--backend/vitest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/vitest.config.js b/backend/vitest.config.js
index 641f8f5a9..ecea6a5bb 100644
--- a/backend/vitest.config.js
+++ b/backend/vitest.config.js
@@ -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"],