()
| 21 | packageRoot: input.path(), |
| 22 | name: 'fake-addon', |
| 23 | moduleName() { |
| 24 | return 'totes-not-fake-addon'; |
| 25 | }, |
| 26 | }); |
| 27 | let cli = new MockCLI(); |
| 28 | let pkg = { name: 'ember-app-test' }; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…