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

Function detachAll

test/unit/plugin/screencast_test.js:35–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35function detachAll() {
36 for (const evt of [
37 event.test.before, event.test.started, event.test.after, event.test.failed,
38 event.step.started, event.step.finished,
39 ]) {
40 event.dispatcher.removeAllListeners(evt)
41 }
42}
43
44describe('screencast', () => {
45 let unlinkStub

Callers 1

screencast_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected