Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/tincan/src/mod.ts>describe

A BDD testing library for Deno
Go to Latest
function describe
import { describe } from "https://deno.land/x/tincan@1.0.1/src/mod.ts";

Register a suite to group related tests.

Parameters

headline: string
fn: () => void