Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/justaos/test.deps.ts>beforeAll

A command line interface for justaos
Latest
function beforeAll
import { beforeAll } from "https://deno.land/x/justaos@v0.1.3/test.deps.ts";

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

Parameters

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