import { assertObjectMatch } from "https://dotland.deno.dev/x/servest@v1.3.4/vendor/https/deno.land/std/testing/asserts.ts";
Make an assertion that actual
object is a subset of expected
object, deeply.
If not, then throw.
x/servest/vendor/https/deno.land/std/testing/asserts.ts>assertObjectMatch
import { assertObjectMatch } from "https://dotland.deno.dev/x/servest@v1.3.4/vendor/https/deno.land/std/testing/asserts.ts";
Make an assertion that actual
object is a subset of expected
object, deeply.
If not, then throw.