import { assertStringIncludes } from "https://deno.land/x/earthstar@v10.0.1/src/test/asserts.ts";
Make an assertion that actual includes expected. If not then throw.
x/earthstar/src/test/asserts.ts>assertStringIncludes
import { assertStringIncludes } from "https://deno.land/x/earthstar@v10.0.1/src/test/asserts.ts";
Make an assertion that actual includes expected. If not then throw.