Skip to main content
Extremely Popular
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/discordeno@13.0.0-rc45/testss/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string