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

x/unitest/compat/it.ts>it

🃏 Deno-first universal unit testing framework
Latest
function it
import { it } from "https://deno.land/x/unitest@v1.0.0-beta.82/compat/it.ts";

Compat for deno.test

Parameters

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