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