import { setupTesting } from "https://deno.land/x/kysely_postgrs_js_dialect@v0.27.3/src/testing/utils.ts";
Setup a database for testing.
Examples
Example 1
Example 1
import { stub } from "https://deno.land/std@0.210.0/testing/mock.ts";
const { beforeEachFn, afterEachFn } = setupTesting(stub)