Skip to main content
Module

x/packup/test_deps.ts>assertStringIncludes

📦 Zero-config web application packager in Deno
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/packup@v0.2.2/test_deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string