import { asserts } from "https://deno.land/x/dtils@2.6.0/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/dtils@2.6.0/deps.ts";
const { assertObjectMatch } = asserts;
Make an assertion that actual
object is a subset of expected
object, deeply.
If not, then throw.