()
| 35 | } |
| 36 | |
| 37 | async function initInRepoAddon() { |
| 38 | await initApp(); |
| 39 | return ember(['generate', 'in-repo-addon', 'my-addon']); |
| 40 | } |
| 41 | |
| 42 | it('in-repo-addon blueprint foo inside alternate path', async function () { |
| 43 | // build an app with an in-repo addon in a non-standard path |
no test coverage detected
searching dependent graphs…