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

x/discordeno_patched/tests/deps.ts>assertStringIncludes

Discord API library for Node and Deno
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/discordeno_patched@18.0.3/tests/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string