()
| 87 | it('passes command options through to init command', async function () { |
| 88 | command.tasks.CreateAndStepIntoDirectory = class extends Task { |
| 89 | run() { |
| 90 | return Promise.resolve(); |
| 91 | } |
| 92 | }; |
| 93 | |
| 94 | command.commands.Init = Command.extend({ |
no outgoing calls
no test coverage detected