You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually the production DB is used in tests, but this is causing some problems on setup of fixtures and teardowns, so a way to use a test storage must be found.
A solution can be create a different schema (test) that replicates the production schema
createClient<Database>(config.SUPABASE_URL,config.SUPABASE_KEY,{db: {schema: config.SUPABASE_SCHEMAasany,// FIXME: remove any when found a way to type custom schemas (#20)},},)
Actually the production DB is used in tests, but this is causing some problems on setup of fixtures and teardowns, so a way to use a test storage must be found.
A solution can be create a different schema (
test
) that replicates theproduction
schemaLinked issue: #4
The text was updated successfully, but these errors were encountered: