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

Function run

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

Source from the content-addressed store, hash-verified

93
94 command.commands.Init = Command.extend({
95 run(commandOptions) {
96 expect(commandOptions).to.contain.keys('customOption');
97 expect(commandOptions.customOption).to.equal('customValue');
98 return Promise.resolve('Called run');
99 },
100 });
101
102 td.when(Blueprint.lookup('app'), { ignoreExtraArgs: true }).thenReturn({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected