| 12 | |
| 13 | // Command that we use to test commandRunner functionality. |
| 14 | class SpyCommand extends AbstractCommand { |
| 15 | constructor (spyRunner, ms, spyCancel) { |
| 16 | super() |
| 17 | this.run = () => sleep(ms).then(spyRunner) |
nothing calls this directly
no outgoing calls
no test coverage detected