Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/cotton/src/testutils.ts>testDB

SQL Database Toolkit for Deno
Latest
function testDB
import { testDB } from "https://deno.land/x/cotton@v0.7.5/src/testutils.ts";

Create test with database client

Parameters

name: string

Test name

fn: (client: Adapter) => void | Promise<void>

Test function