MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / setupBuilder

Function setupBuilder

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

Source from the content-addressed store, hash-verified

211 const project = new MockProject();
212 project.root += '/tests/fixtures/build/node-esm';
213 const setupBuilder = () =>
214 new Builder({
215 project,
216 ui: project.ui,
217 copyToOutputPath() {
218 return [];
219 },
220 });
221
222 let result = await setupBuilder().build();
223

Callers 1

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…