| 86 | |
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected