import { assertNotMatch } from "https://deno.land/x/skia_canvas@0.3.0/test/deps.ts";
Make an assertion that actual
not match RegExp expected
. If match
then throw.
x/skia_canvas/test/deps.ts>assertNotMatch
import { assertNotMatch } from "https://deno.land/x/skia_canvas@0.3.0/test/deps.ts";
Make an assertion that actual
not match RegExp expected
. If match
then throw.