Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ matchTest
Function
matchTest
lib/mocha/cli.js:337–342 ·
view source on GitHub ↗
(grep, test)
Source
from the content-addressed store, hash-verified
335
}
336
337
function
matchTest(grep, test) {
338
if
(grep) {
339
return
grep.test(test)
340
}
341
return
true
342
}
343
344
function
skipTestConfig(test, message) {
345
if
(!test.opts) {
Callers
1
constructor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected