Skip to main content
The Deno 2 Release Candidate is here
Learn more
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>)