Skip to main content
Module

x/ahh/test_deps.ts>assertNotMatch

Opinionated idiomatic features for TypeScript.
Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/ahh@v0.14.0/test_deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string