Skip to main content
Module

x/bundler/test_deps.ts>assertStringIncludes

A Bundler with the web in mind.
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/bundler@0.6.5/test_deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string