Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Storage for private, distributed, offline-first applications.
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/earthstar@v10.0.1/src/test/asserts.ts";

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

Parameters

actual: string
expected: string
optional
msg: string