Skip to main content
Module

x/skia_canvas/test/deps.ts>assertNotMatch

Fast HTML Canvas API implementation for Deno using Skia.
Go to Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/skia_canvas@0.2.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