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

x/clarigen/src/dev-deps.ts>assertStringIncludes

Deno package for type-safe Clarinet tests
Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/clarigen@v0.5.5/src/dev-deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string