Skip to main content
function testing.assertNotMatch
import { testing } from "https://deno.land/x/swarm_gates@0.0.1/deps.js";
const { assertNotMatch } = testing;

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

Parameters

actual: string
expected: RegExp
optional
msg: string