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

x/oak_http_proxy/test/support/utils.ts>it

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

An it wrapper around Deno.test.

Parameters

name: string
fn: (done: Done) => void | Promise<void>
optional
options: Partial<Deno.TestDefinition>