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

x/effection/test/suite.ts>beforeAll

Structured concurrency and effects for JavaScript
Latest
function beforeAll
import { beforeAll } from "https://deno.land/x/effection@3.0.3/test/suite.ts";

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

Parameters

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