import { assertObjectMatch } from "https://deno.land/x/silicon@v0.0.4/deps.ts";
Make an assertion that actual
object is a subset of expected
object, deeply.
If not, then throw.
x/silicon/deps.ts>assertObjectMatch
import { assertObjectMatch } from "https://deno.land/x/silicon@v0.0.4/deps.ts";
Make an assertion that actual
object is a subset of expected
object, deeply.
If not, then throw.