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