Skip to main content
Module

x/drake/tests/deps.ts>assertStringIncludes

Drake is a make-like task runner for Deno.
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/drake@v1.6.0/tests/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string