Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/denogres/Test/deps.ts>beforeAll

Deno + PostgreSQL = DenoGres
Go to Latest
function beforeAll
import { beforeAll } from "https://deno.land/x/denogres@v0.7.0-alpha/Test/deps.ts";

Run some shared setup before all of the tests in the suite.

Parameters

fn: (this: T) => void | Promise<void>