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

x/unitest/expect/mod.ts>MatcherMap

🃏 Deno-first universal unit testing framework
Latest
type alias MatcherMap
Re-export
import { type MatcherMap } from "https://deno.land/x/unitest@v1.0.0-beta.82/expect/mod.ts";
definition: Record<PropertyKey, Matcher>