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

x/skia_canvas/test/deps.ts>assertNotMatch

Fast HTML Canvas API implementation for Deno using Google Skia
Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/skia_canvas@0.5.8/test/deps.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string