Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2/test_deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string