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

Function makeFakeScreencast

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

Source from the content-addressed store, hash-verified

12import { createTest } from '../../../lib/mocha/test.js'
13
14function makeFakeScreencast() {
15 return {
16 start: sinon.stub().resolves(),
17 stop: sinon.stub().resolves(),
18 showActions: sinon.stub().resolves(),
19 hideActions: sinon.stub().resolves(),
20 showChapter: sinon.stub().resolves(),
21 }
22}
23
24function fakeHelper(screencastApi) {
25 return {

Callers 2

fakeHelperFunction · 0.85
screencast_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected