import { asserts } from "https://deno.land/x/hex@v0.4.9/functions/tests/deps.ts";
const { assertObjectMatch } = asserts;
Make an assertion that actual
object is a subset of expected
object, deeply.
If not, then throw.
import { asserts } from "https://deno.land/x/hex@v0.4.9/functions/tests/deps.ts";
const { assertObjectMatch } = asserts;
Make an assertion that actual
object is a subset of expected
object, deeply.
If not, then throw.