Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/actionify/tests/deps.ts>assertStringIncludes

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/actionify@0.3.0/tests/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string