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