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

Function After

lib/mocha/bdd.js:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148const After = fn => {
149 event.dispatcher.on(event.test.finished, fn)
150}
151
152const Fail = fn => {
153 event.dispatcher.on(event.test.failed, fn)

Calls

no outgoing calls

Tested by

no test coverage detected