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