()
| 1 | function Addon() { |
| 2 | this.name = "Ember CLI Addon Command Test" |
| 3 | return this; |
| 4 | } |
| 5 | |
| 6 | Addon.prototype.includedCommands = function() { |
| 7 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…