should finally work kinda

This commit is contained in:
2026-07-17 11:39:20 -07:00
parent 228e2e99f7
commit ed2f25ba98
7 changed files with 1608 additions and 64 deletions
+5 -1
View File
@@ -2,5 +2,9 @@ import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
plugins: [sveltekit()],
test: {
environment: 'jsdom',
include: ['src/**/*.{test,spec}.{js,ts}']
}
});