MCPcopy
hub / github.com/ember-cli/ember-cli / run

Method run

tests/unit/commands/new-test.js:129–137  ·  view source on GitHub ↗
(commandOptions)

Source from the content-addressed store, hash-verified

127
128 class InitCommand extends Command {
129 run(commandOptions) {
130 expect(commandOptions).to.deep.include({
131 blueprint: 'addon',
132 name: 'foo',
133 lang: 'en-US',
134 packageManager: 'npm',
135 ciProvider: 'github',
136 });
137 }
138 }
139
140 command.tasks.InteractiveNew = InteractiveNewTaskMock;

Callers 1

runFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected