import { testing } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { assertObjectMatch } = testing;
Make an assertion that actual
object is a subset of expected
object, deeply.
If not, then throw.
import { testing } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { assertObjectMatch } = testing;
Make an assertion that actual
object is a subset of expected
object, deeply.
If not, then throw.