ci: fix backend vitest.config (@fehmer) (#5780)

This commit is contained in:
Christian Fehmer 2024-08-14 13:07:00 +02:00 committed by GitHub
parent 12cd29c128
commit 6fdfb5849b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"],