()
| 139 | let pkg = { name: 'fake-app-test', devDependencies: { 'ember-cli': '*' } }; |
| 140 | project = new (class extends Project { |
| 141 | initializeAddons() { |
| 142 | if (this._addonsInitialized) { |
| 143 | return; |
| 144 | } |
| 145 | |
| 146 | super.initializeAddons(); |
| 147 | |
| 148 | this.addons.push(EMBER_SOURCE_ADDON); |
| 149 | } |
| 150 | })(input.path(), pkg, cli.ui, cli); |
| 151 | }); |
| 152 |
nothing calls this directly
no outgoing calls
no test coverage detected