()
| 37 | let ui; |
| 38 | let project = { |
| 39 | isEmberCLIProject() { |
| 40 | return true; |
| 41 | }, |
| 42 | initializeAddons() { |
| 43 | this.addons = [new AddonCommand(), new OtherCommand(), new ClassCommand()]; |
| 44 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…