supabase db reset vs supabase stop && supabase start
Hello, I wrote a test script that goes:
My first test includes calling the createUser function detailed here:
https://supabase.com/docs/reference/javascript/v1/auth-api-createuser
For some reason, the test is flaky, it fails every other time with the following message:
On the other hand when I change the script to:
The tests pass every single time.
Is there something I'm missing? What could be causing that test to fail every other time if I use db reset vs stop, start?
My first test includes calling the createUser function detailed here:
https://supabase.com/docs/reference/javascript/v1/auth-api-createuser
For some reason, the test is flaky, it fails every other time with the following message:
On the other hand when I change the script to:
The tests pass every single time.
Is there something I'm missing? What could be causing that test to fail every other time if I use db reset vs stop, start?