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