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

x/expect/mod.ts>it

helpers for writing jest like expect tests in deno
Latest
function it
import { it } from "https://deno.land/x/expect@v0.4.0/mod.ts";

Parameters

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