Skip to main content
Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/frugal@0.9.6/dep/std/testing/asserts.ts";

Make an assertion that actual not match RegExp expected. If match then throw.

Parameters

actual: string
expected: RegExp
optional
msg: string