()
| 18 | project: new MockProject(), |
| 19 | ui, |
| 20 | addonMiddlewares() { |
| 21 | return ['middleware1', 'middleware2']; |
| 22 | }, |
| 23 | testem: { |
| 24 | setDefaultOptions(options) { |
| 25 | this.defaultOptions = options; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…