Skip to main content
Module

x/datauri/test_deps.ts>assertStrContains

Deno module to generate Data URI schemes
Latest
function assertStrContains
import { assertStrContains } from "https://deno.land/x/datauri@v1.1.2/test_deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string