How to mock Supabase in Vitest?
I’ve got a Nuxt3 application that uses Supabase auth and storage, and am trying to add Vitest unit testing to it.
I’ve got a Nuxt3 application that uses Supabase auth and storage, and am trying to add Vitest unit testing to it.