Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/superdeno/test/utils.ts>describe

Super-agent driven library for testing Deno HTTP servers.
Latest
function describe
import { describe } from "https://deno.land/x/superdeno@4.9.0/test/utils.ts";

A no-op describe method.

Parameters

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