mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 22:12:50 +08:00
Vitest 4 no longer restricts test execution when a file path is passed as a positional filter, causing all docs tests to run and fail on unrelated tests. Use --dir to scope to the target directory. PR #44833 made the update which broke the behaviour.