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

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

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

An it wrapper around Deno.test.

Parameters

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