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

Method run

tests/unit/commands/init-test.js:71–74  ·  view source on GitHub ↗
(blueprintOpts)

Source from the content-addressed store, hash-verified

69 it('Uses the name of the closest project to when calling installBlueprint', function () {
70 tasks.InstallBlueprint = class extends Task {
71 run(blueprintOpts) {
72 expect(blueprintOpts.rawName).to.equal('some-random-name');
73 return Promise.reject('Called run');
74 }
75 };
76
77 buildCommand();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected