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

Class

tests/integration/models/blueprint-test.js:770–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected