diff options
author | Christian Fehmer <[email protected]> | 2024-08-14 13:07:00 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-14 13:07:00 +0200 |
commit | 6fdfb5849b40d031c0ce4cf6daff186b87299b8a (patch) | |
tree | 525c0f0232cda4b8873e3e83358eb3ba0a001891 /backend | |
parent | 12cd29c1288fbe5e50af223898ea948d74985743 (diff) | |
download | monkeytype-6fdfb5849b40d031c0ce4cf6daff186b87299b8a.tar.gz monkeytype-6fdfb5849b40d031c0ce4cf6daff186b87299b8a.zip |
ci: fix backend vitest.config (@fehmer) (#5780)
Diffstat (limited to 'backend')
-rw-r--r-- | backend/vitest.config.js | 1 |
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"], |