Skip to main content
Extremely Popular
Go to Latest
function testWithClient
import { testWithClient } from "https://deno.land/x/mysql@v2.10.3/test.util.ts";

Parameters

fn: (client: Client) => void | Promise<void>
optional
overrideConfig: ClientConfig