Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ bootstrapAll
Method
bootstrapAll
lib/workers.js:490–493 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
488
}
489
490
async
bootstrapAll() {
491
await
this._ensureInitialized()
492
return
runHook(this.codecept.config.bootstrapAll,
'bootstrapAll'
)
493
}
494
495
async
teardownAll() {
496
await
this._ensureInitialized()
Callers
1
run-workers.js
File · 0.80
Calls
2
_ensureInitialized
Method · 0.95
runHook
Function · 0.85
Tested by
no test coverage detected