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

x/skia_canvas/test/deps.ts>assertStringIncludes

Fast HTML Canvas API implementation for Deno using Skia.
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/skia_canvas@0.3.0/test/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string