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

x/actionify/tests/deps.ts>afterEach

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function afterEach
import { afterEach } from "https://deno.land/x/actionify@0.3.0/tests/deps.ts";

Run some shared teardown after each test in the suite.

Parameters

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