Skip to main content
Module

x/ponder/deps.ts>bdd.afterAll

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

Run some shared teardown after all of the tests in the suite.

Parameters

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