Skip to main content
Module

x/unitest/dev_deps.ts>assertExpected

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

Parameters

unnamed 0: { matcher: Matcher; expected: MatchResult["expected"]; }
optional
options: Partial<{ actual: unknown; expectedArgs: readonly unknown[]; }> = [UNSUPPORTED]