()
| 884 | } |
| 885 | |
| 886 | addonTree() { |
| 887 | if (!this._cachedAddonTree) { |
| 888 | this._cachedAddonTree = this.createAddonTree('addon', 'addon-tree-output'); |
| 889 | } |
| 890 | |
| 891 | return this._cachedAddonTree; |
| 892 | } |
| 893 | |
| 894 | addonTestSupportTree() { |
| 895 | if (!this._cachedAddonTestSupportTree) { |
no test coverage detected