MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / addonTestSupportTree

Method addonTestSupportTree

lib/broccoli/ember-app.js:894–900  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

892 }
893
894 addonTestSupportTree() {
895 if (!this._cachedAddonTestSupportTree) {
896 this._cachedAddonTestSupportTree = this.createAddonTree('addon-test-support', 'addon-test-support');
897 }
898
899 return this._cachedAddonTestSupportTree;
900 }
901
902 /*
903 * Gather all dependencies external to `ember-cli`, namely:

Callers 1

getTestsMethod · 0.95

Calls 1

createAddonTreeMethod · 0.95

Tested by

no test coverage detected