(Addon)
| 785 | const packageContents = require(path.join(projectPath, 'package.json')); |
| 786 | |
| 787 | function createAddon(Addon) { |
| 788 | let cli = new MockCLI(); |
| 789 | let project = new Project(projectPath, packageContents, cli.ui, cli); |
| 790 | return new Addon(project, project); |
| 791 | } |
| 792 | |
| 793 | describe('cacheKeyForTree', function () { |
| 794 | it('returns null if `treeForApp` methods are implemented for the app tree', function () { |
no outgoing calls
no test coverage detected
searching dependent graphs…