Skip to main content
Module

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

This is the core atomic library to build design libraries from.
Go to Latest
function afterEach
import { afterEach } from "https://deno.land/x/fathym_atomic@v0.0.142/tests/test.deps.ts";

Run some shared teardown after each test in the suite.

Parameters

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