Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fathym_common/tests/test.deps.ts>afterEach

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
function afterEach
import { afterEach } from "https://deno.land/x/fathym_common@v0.0.184/tests/test.deps.ts";

Run some shared teardown after each test in the suite.

Parameters

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