Skip to main content
Module

x/yaml_wasm/tests/deps.ts>assertStrContains

WebAssembly module to parse YAML
Latest
function assertStrContains
import { assertStrContains } from "https://deno.land/x/yaml_wasm@deno-v0.41.0/tests/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string