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

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

Fully-modular TypeScript implementation of the Nostr protocol, oriented to web standards and edge environments
Latest
function beforeAll
import { beforeAll } from "https://deno.land/x/lophus@0.0.13/lib/std/testing.ts";

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

Parameters

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