Replies: 2 comments 7 replies
-
|
Hi @ar1a, I don't think we have such thing currently, but you can use one of your free projects to do such thing or a local setup, that you can now run using one CLI command. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
I was going to use a local supabase for development and testing until I found this issue supabase/cli#825 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on a supabase react hooks library but I'm wondering how to test my hooks. I'm finding it difficult to mock the supabase api, is there a permanent instance with a read-only database that also accepts mutations? For example, an upsert that will return the right response, pretend it worked, but doesn't change the database (to avoid abuse).
Beta Was this translation helpful? Give feedback.
All reactions