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

Class

tests/unit/broccoli/template-precompilation-test.js:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 let cli = new MockCLI();
139 let pkg = { name: 'fake-app-test', devDependencies: { 'ember-cli': '*' } };
140 project = new (class extends Project {
141 initializeAddons() {
142 if (this._addonsInitialized) {
143 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected