Skip to main content
Module

x/unitest/mod.ts>test

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

Type Parameters

T extends Record<PropertyKey, () => SetupReturn>

Parameters

t: string | Test<T>
optional
_fn: (t: PickLocalThis<T> & Deno.TestContext) => unknown | Promise<unknown>
optional
_options: Omit<Test<T>, "fn" | "name">