Skip to main content
Module

std/testing/bdd.ts>beforeAll

The Deno Standard Library
Latest
function beforeAll
import { beforeAll } from "https://deno.land/std@0.224.0/testing/bdd.ts";

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

Parameters

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