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

Method run

tests/integration/models/blueprint-test.js:771–771  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

769 it('looks up the `npm-install` task', function () {
770 NpmInstallTask = class extends Task {
771 run() {}
772 };
773
774 blueprint.addPackagesToProject([{ name: 'foo-bar' }]);

Callers 1

build-test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected