Skip to main content
Module

x/hooked/mod.ts

A simple single file test module providing grouping and hooks.
Latest
import * as hooked from "https://deno.land/x/hooked@v0.1.0/mod.ts";

Functions

Adds a function to be called after all tests have run.

Adds a function to be called after each test runs.

Adds a function to be called before all tests are run.

Adds a function to be called before each test runs.

Creates an environment in which all tests and hooks are grouped together.

Registers a test for deno test while including grouping and hooks.