MCPcopy
hub / github.com/ember-cli/ember-cli / initializeAddons

Method initializeAddons

tests/unit/broccoli/ember-app-test.js:865–873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

863 let cli = new MockCLI();
864 project = new (class extends Project {
865 initializeAddons() {
866 if (this._addonsInitialized) {
867 return;
868 }
869
870 super.initializeAddons();
871
872 this.addons.push(EMBER_SOURCE_ADDON);
873 }
874 })(projectPath, packageContents, cli.ui, cli);
875 });
876

Calls

no outgoing calls

Tested by

no test coverage detected