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

x/opinecli/test/utils.ts>it

Opine's application generator
Latest
function it
import { it } from "https://deno.land/x/opinecli@2.0.0/test/utils.ts";

An it wrapper around Deno.test.

Parameters

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