MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

tests/unit/commands/new-test.js:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected