()
| 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: |
no test coverage detected