Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function afterEach
import { afterEach } from "https://deno.land/x/jwfetch@v1.2.0/test_deps.ts";

Run some shared teardown after each test in the suite.

Parameters

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