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

x/oak_http_proxy/test/utils.ts>describe

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
function describe
import { describe } from "https://deno.land/x/oak_http_proxy@2.3.0/test/utils.ts";

A no-op describe method.

Parameters

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