Skip to main content
Module

x/ahh/test_deps.ts>assertStringIncludes

Opinionated idiomatic features for TypeScript.
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/ahh@v0.12.2/test_deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string