MCPcopy 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
337function matchTest(grep, test) {
338 if (grep) {
339 return grep.test(test)
340 }
341 return true
342}
343
344function skipTestConfig(test, message) {
345 if (!test.opts) {

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected