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