MCPcopy
hub / github.com/ember-cli/ember-cli / build

Function build

tests/unit/tasks/serve-test.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 function setupBroccoliBuilder() {
12 this.builder = {
13 build() {
14 return Promise.resolve('build results');
15 },
16
17 cleanup() {
18 return Promise.resolve('cleanup result');

Callers 1

cli-test.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…