MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / initInRepoAddon

Function initInRepoAddon

tests/acceptance/in-repo-addon-generate-test.js:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

emberFunction · 0.85
initAppFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…