Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/justaos/test.deps.ts>assertNotMatch

A command line interface for justaos
Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/justaos@v0.1.3/test.deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string