Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/packup/test_deps.ts>assertStringIncludes

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

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

Parameters

actual: string
expected: string
optional
msg: string