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