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

x/actionify/tests/deps.ts>beforeAll

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

Run some shared setup before all of the tests in the suite.

Parameters

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