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