MCPcopy
hub / github.com/codeceptjs/CodeceptJS / teardownAll

Method teardownAll

lib/workers.js:495–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

493 }
494
495 async teardownAll() {
496 await this._ensureInitialized()
497 return runHook(this.codecept.config.teardownAll, 'teardownAll')
498 }
499
500 async run() {
501 await this._ensureInitialized()

Callers 1

run-workers.jsFile · 0.80

Calls 2

_ensureInitializedMethod · 0.95
runHookFunction · 0.85

Tested by

no test coverage detected