Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dex/lib/deps/testing/asserts.ts>assertMatch

Dex: An SQL query builder port of Knex for Deno
Latest
function assertMatch
import { assertMatch } from "https://deno.land/x/dex@1.0.2/lib/deps/testing/asserts.ts";

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

Parameters

actual: string
expected: RegExp
optional
msg: string