UNPKG

supabase-test

Version:

supabase-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests with Supabase defaults baked in

5 lines (4 loc) 178 B
// Re-export everything from pgsql-test export * from 'pgsql-test'; // Export Supabase-specific getConnections with defaults baked in export { getConnections } from './connect';