MCPcopy 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.jsFile · 0.80

Calls 2

_ensureInitializedMethod · 0.95
runHookFunction · 0.85

Tested by

no test coverage detected