| 110 | describe('interactive', function () { |
| 111 | it('interactive new is entered when no app/addon name is provided', async function () { |
| 112 | class InteractiveNewTaskMock extends InteractiveNewTask { |
| 113 | run(newCommandOptions) { |
| 114 | return super.run(newCommandOptions, { |
| 115 | blueprint: 'addon', |
nothing calls this directly
no outgoing calls
no test coverage detected