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

x/molt/lib/std/testing.ts>beforeAll

Update dependencies the Deno way
Latest
function beforeAll
import { beforeAll } from "https://deno.land/x/molt@0.17.2/lib/std/testing.ts";

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

Parameters

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