SPB Git forge

spb/spinza

Public
8commits 1branches 0releases
1.6 MBsize
maindefault branch
16 days agolast push
TypeScript 97.6% SQL 1.4% JavaScript 0.5%
286 B · 6 lines typescript
Raw Blame History
1import { defineConfig } from "vitest/config";23// Integration tests share one Postgres database: run files sequentially so game4// library syncs and force-publish statements do not race each other.5export default defineConfig({ test: { fileParallelism: false, testTimeout: 20_000 } });6