This commit is contained in:
2025-11-30 02:06:39 +01:00
parent 187619cbb2
commit 5c665ea2fe
7 changed files with 246 additions and 169 deletions

View File

@@ -9,6 +9,7 @@ export default defineConfig({
},
test: {
globals: true,
watch: false,
environment: 'jsdom',
setupFiles: ['./tests/setup.ts'],
include: ['tests/**/*.test.ts', 'tests/**/*.test.tsx'],