Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.80
Calls
2
addTests
Method · 0.95
convertToMochaTests
Function · 0.85
Tested by
no test coverage detected