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

Class

tests/unit/broccoli/template-precompilation-test.js:140–150  ·  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;
144 }
145
146 super.initializeAddons();
147
148 this.addons.push(EMBER_SOURCE_ADDON);
149 }
150 })(input.path(), pkg, cli.ui, cli);
151 });
152
153 afterEach(async function () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected