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

x/discordeno/tests/deps.ts>assertNotMatch

Discord API library for Deno
Extremely Popular
Go to Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/discordeno@17.2.0/tests/deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string