UNPKG

supabase-test

Version:

supabase-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests — giving developers realistic test coverage without external state pollution

3 lines (2 loc) 117 B
import { SeedAdapter } from './types'; export declare function launchql(cwd?: string, cache?: boolean): SeedAdapter;