import { assertMatch } from "https://deno.land/x/netzo@0.3.91/deps/std/testing/asserts.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.
x/netzo/deps/std/testing/asserts.ts>assertMatch
import { assertMatch } from "https://deno.land/x/netzo@0.3.91/deps/std/testing/asserts.ts";
Make an assertion that actual
match RegExp expected
. If not
then throw.