import { assertStringIncludes } from "https://deno.land/x/clippy@v0.2.2/deps.ts";
Make an assertion that actual includes expected. If not then throw.
x/clippy/deps.ts>assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/clippy@v0.2.2/deps.ts";
Make an assertion that actual includes expected. If not then throw.