MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / teardown

Method teardown

lib/codecept.js:165–167  ·  view source on GitHub ↗

* Executes teardown. * * @returns {Promise }

()

Source from the content-addressed store, hash-verified

163 * @returns {Promise<void>}
164 */
165 async teardown() {
166 return runHook(this.config.teardown, 'teardown')
167 }
168
169 /**
170 * Loads tests by pattern or by config.tests

Callers 6

interactive.jsFile · 0.80
run.jsFile · 0.80
run-rerun.jsFile · 0.80
runTestsFunction · 0.80
runPoolTestsFunction · 0.80
teardownContainerFunction · 0.80

Calls 1

runHookFunction · 0.85

Tested by

no test coverage detected