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

x/effection/test/suite.ts>afterAll

Structured concurrency and effects for JavaScript
Go to Latest
function afterAll
import { afterAll } from "https://deno.land/x/effection@3.0.0-beta.3/test/suite.ts";

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

Parameters

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