Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/cli/tests/deps.ts>assertStringIncludes

Netzo - roll out internal tools faster
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/netzo@v0.1.80/cli/tests/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string