Skip to main content
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/pogo@v0.5.2/example/react-on-server/dev-dependencies.ts";

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

Parameters

actual: string
expected: string
optional
msg: string