Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/postcss_import/test/deps.js>assertNotMatch

postcss-import plugin for Deno
Latest
function assertNotMatch
import { assertNotMatch } from "https://deno.land/x/postcss_import@0.1.4/test/deps.js";

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

Parameters

actual: string
expected: RegExp
optional
msg: string