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

Function setup

tests/unit/models/builder-test.js:193–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 const project = new MockProject();
192 project.root += '/tests/fixtures/build/simple';
193 const setup = () =>
194 new Builder({
195 project,
196 ui: project.ui,
197 copyToOutputPath() {
198 return [];
199 },
200 });
201
202 let result = await setup().build();
203

Callers 2

test-helper.tsFile · 0.85
builder-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…