Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jamf_school/deps/std_testing_asserts.ts>assertStringIncludes

A simple, secure, correct, and modern Jamf School API wrapper. (Unofficial)
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/jamf_school@0.5.0/deps/std_testing_asserts.ts";

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

Parameters

actual: string
expected: string
optional
msg: string