Skip to main content
Module

x/unitest/mod.ts>MatchResult

🃏 Deno-first universal unit testing framework
Latest
type alias MatchResult
Re-export
import { type MatchResult } from "https://deno.land/x/unitest@v1.0.0-beta.82/mod.ts";
definition: { pass: boolean; expected: unknown; resultActual?: unknown; actualHint?: string; expectedHint?: string; }