Skip to main content
Module

x/fathym_atomic/tests/test.deps.ts>assertStringIncludes

This is the core atomic library to build design libraries from.
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/fathym_atomic@v0.0.150/tests/test.deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string