Skip to main content
Module

x/bdd/mod.ts>assertStringContains

A Behaviour-Driven Development Testing Framework for Deno
Latest
function assertStringContains
import { assertStringContains } from "https://deno.land/x/bdd@v0.2/mod.ts";

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

Parameters

actual: string
expected: string
optional
msg: string