Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function assertStringContains
import { assertStringContains } from "https://deno.land/std@v0.63.0/testing/asserts.ts";

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

Parameters

actual: string
expected: string
optional
msg: string