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

x/unitest/test/mod.ts>SetupReturn

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

Type Parameters

optional
T extends Record<PropertyKey, object> = Record<PropertyKey, object>
definition: Partial<{ teardown: () => (unknown | Promise<unknown>); localThis: T; }>