Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Proxy middleware for Deno Opine HTTP servers.
Latest
function it
import { it } from "https://deno.land/x/opineHttpProxy@3.2.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>