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