Module

x/servest/vendor/https/deno.land/std/testing/asserts.ts>assertMatch

🌾A progressive http server for Deno🌾
Latest
function assertMatch
import { assertMatch } from "https://dotland.deno.dev/x/servest@v1.3.4/vendor/https/deno.land/std/testing/asserts.ts";

Make an assertion that actual match RegExp expected. If not then throw.

Parameters

actual: string
expected: RegExp
optional
msg: string