Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/earthstar/src/test/asserts.ts>assertStringIncludes

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/earthstar@v9.3.3/src/test/asserts.ts";

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

Parameters

actual: string
expected: string
optional
msg: string