import { asserts } from "https://deno.land/x/hex@v0.4.9/functions/tests/deps.ts";
const { assertMatch } = asserts;
Make an assertion that actual
match RegExp expected
. If not
then throw.
import { asserts } from "https://deno.land/x/hex@v0.4.9/functions/tests/deps.ts";
const { assertMatch } = asserts;
Make an assertion that actual
match RegExp expected
. If not
then throw.