mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-26 22:25:41 +00:00
193ef34c3e
vitest's default include swept supabase/functions/**/__tests__ and supabase/migrations/__tests__ — those are Deno tests (Deno.test + pglite) that only run under `deno test` and fail under node/jsdom. Add supabase/** to test.exclude so the web test run covers only the Vite app's own suites.