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

x/opineHttpProxy/test/support/utils.ts>describe

Proxy middleware for Deno Opine HTTP servers.
Go to Latest
function describe
import { describe } from "https://deno.land/x/opineHttpProxy@3.0.1/test/support/utils.ts";

A no-op describe method.

Parameters

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