MCPcopy Create free account
hub / github.com/GTJasonMK/lessAI / assertMatches

Function assertMatches

scripts/test-helpers.mjs:16–18  ·  view source on GitHub ↗
(text, pattern, message)

Source from the content-addressed store, hash-verified

14}
15
16export function assertMatches(text, pattern, message) {
17 assert.ok(pattern.test(text), message);
18}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected