Module

x/fresh_seo/tests/deps.ts>assertStringIncludes

Create Sitemap for your next Fresh project.
Go to Latest
function assertStringIncludes
import { assertStringIncludes } from "https://dotland.deno.dev/x/fresh_seo@0.1.0/tests/deps.ts";

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

Parameters

actual: string
expected: string
optional
msg: string