MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / run

Method run

tests/unit/commands/new-test.js:113–121  ·  view source on GitHub ↗
(newCommandOptions)

Source from the content-addressed store, hash-verified

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',
116 name: 'foo',
117 langSelection: 'en-US',
118 packageManager: 'npm',
119 ciProvider: 'github',
120 });
121 }
122 }
123
124 class CreateAndStepIntoDirectoryTask extends Task {

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected