Skip to main content
Module

x/velociraptor/dev_deps.ts>assertStringIncludes

The npm-style script runner for Deno
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/velociraptor@1.5.0/dev_deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string