MCPcopy Create free account
hub / github.com/codecombat/codecombat /

Class

test/app/lib/cinematic/commandRunner.spec.js:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected