Skip to main content
Module

x/ponder/deps.ts>bdd.afterEach

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

Run some shared teardown after each test in the suite.

Parameters

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