Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
function testWithClient
import { testWithClient } from "https://deno.land/x/mysql@v2.10.2/test.util.ts";

Parameters

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