Approach to testing

Hello everyone! I was wondering what would be the best approach to do TDD/testing for the API rest en Supabase?, for example; in Firebase I can use the local emulators to create some testing without actually hitting the db/functions in the back-end, that way I can run as many times as I want the testing without consuming or messing with production resources.
Was this page helpful?