()
| 12 | import { createTest } from '../../../lib/mocha/test.js' |
| 13 | |
| 14 | function 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 | |
| 24 | function fakeHelper(screencastApi) { |
| 25 | return { |
no outgoing calls
no test coverage detected