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

Function fakeHelper

test/unit/plugin/screencast_test.js:24–33  ·  view source on GitHub ↗
(screencastApi)

Source from the content-addressed store, hash-verified

22}
23
24function fakeHelper(screencastApi) {
25 return {
26 options: {},
27 page: screencastApi === undefined
28 ? { screencast: makeFakeScreencast() }
29 : screencastApi === null
30 ? null
31 : { screencast: screencastApi },
32 }
33}
34
35function detachAll() {
36 for (const evt of [

Callers

nothing calls this directly

Calls 1

makeFakeScreencastFunction · 0.85

Tested by

no test coverage detected