Testing strategies with NextJS

I am looking for an example on how to build component, API, and page testing with Supabase/Next. I haven't found a great example to follow closely, but I think I have been able to cobble together something that works. The primary issue that I am running into now is the best way to set up a test user (assuming in a jest set up script) and tear it back down.
Was this page helpful?