test(vitest): serialize db-backed suites
All checks were successful
Build & Push Docker Image / test (push) Successful in 12s
Build & Push Docker Image / build-and-push (push) Successful in 40s

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-05-11 23:29:31 +02:00
parent 34196b8110
commit df50e74939

View File

@@ -5,6 +5,7 @@ export default defineConfig({
test: {
environment: 'node',
globals: true,
fileParallelism: false,
include: ['src/tests/**/*.test.ts'],
coverage: {
provider: 'v8',