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

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

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

Run some shared teardown after all of the tests in the suite.

Parameters

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