Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/test/deps.ts>assertNotMatch

An easy to use Discord API Library for Deno.
Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/harmony@v2.9.1/test/deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string