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

x/unitest/mod.ts>Matcher

🃏 Deno-first universal unit testing framework
Latest
type alias Matcher
Re-export
import { type Matcher } from "https://deno.land/x/unitest@v1.0.0-beta.82/mod.ts";
definition: (actual: any, ...expected: any[]) => MatchResult