import { assertNotMatch } from "https://deno.land/x/silicon@v0.0.4/deps.ts";
Make an assertion that actual
not match RegExp expected
. If match
then throw.
x/silicon/deps.ts>assertNotMatch
import { assertNotMatch } from "https://deno.land/x/silicon@v0.0.4/deps.ts";
Make an assertion that actual
not match RegExp expected
. If match
then throw.