| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected