Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://dotland.deno.dev/x/dejs@0.10.1/vendor/https/deno.land/std/testing/asserts.ts";

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

Parameters

actual: string
expected: string
optional
msg: string