Skip to main content
Module

std/testing/bdd.ts>afterAll

The Deno Standard Library
Latest
The Standard Library has been moved to JSR. See the blog post for details.
function afterAll
import { afterAll } from "https://deno.land/std@0.224.0/testing/bdd.ts";

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

Parameters

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