Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/postcss@8.4.16/test/deps.js";

Make an assertion that actual includes expected. If not then thrown.

Parameters

actual: string
expected: string
optional
msg: string