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