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

x/superoak/test/utils.ts>describe

HTTP assertions for Oak made easy via SuperDeno. 🐿 🦕
Latest
function describe
import { describe } from "https://deno.land/x/superoak@4.8.1/test/utils.ts";

A no-op describe method.

Parameters

_name: string
fn: () => void | Promise<void>