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

x/continuation/t/bdd.ts>beforeAll

Delimited Continuations for JavasScript
Latest
function beforeAll
import { beforeAll } from "https://deno.land/x/continuation@0.1.6/t/bdd.ts";

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

Parameters

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