Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/allo_routing@v2.2.3/libs/testing_asserts.ts";

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

Parameters

actual: string
expected: string
optional
msg: string