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

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

Update dependencies the Deno way
Latest
function afterEach
import { afterEach } from "https://deno.land/x/molt@0.17.2/lib/std/testing.ts";

Run some shared teardown after each test in the suite.

Parameters

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