MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / addTestFiles

Method addTestFiles

lib/workers.js:250–252  ·  view source on GitHub ↗
(testGroup)

Source from the content-addressed store, hash-verified

248 }
249
250 addTestFiles(testGroup) {
251 this.addTests(convertToMochaTests(testGroup))
252 }
253
254 addTests(tests) {
255 this.tests = this.tests.concat(tests)

Callers 1

worker_test.jsFile · 0.80

Calls 2

addTestsMethod · 0.95
convertToMochaTestsFunction · 0.85

Tested by

no test coverage detected