Skip to main content
Module

x/ponder/deps.ts>bdd.beforeAll

Simple ORM for PostGRES
Latest
function bdd.beforeAll
import { bdd } from "https://deno.land/x/ponder@v0.1.0/deps.ts";
const { beforeAll } = bdd;

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

Parameters

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