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