Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lophus/lib/std/testing.ts>afterEach

Fully-modular TypeScript implementation of the Nostr protocol, oriented to web standards and edge environments
Latest
function afterEach
import { afterEach } from "https://deno.land/x/lophus@0.0.13/lib/std/testing.ts";

Run some shared teardown after each test in the suite.

Parameters

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