Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
export
function
assertMatches(text, pattern, message) {
17
assert.ok(pattern.test(text), message);
18
}
Callers
1
ui-regression.test.mjs
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected