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

Class

tests/unit/broccoli/ember-app-test.js:864–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862 const packageContents = require(path.join(projectPath, 'package.json'));
863 let cli = new MockCLI();
864 project = new (class extends Project {
865 initializeAddons() {
866 if (this._addonsInitialized) {
867 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected