Skip to main content
Module

x/bcdeno_api/dev_deps.ts>beforeAll

🎲 Use BCDice-API from Deno easily
Latest
function beforeAll
import { beforeAll } from "https://deno.land/x/bcdeno_api@v1.1.1/dev_deps.ts";

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

Parameters

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