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

Function setupBroccoliBuilder

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

Source from the content-addressed store, hash-verified

17 let addon, builder, buildResults, tmpdir;
18
19 async function setupBroccoliBuilder() {
20 this.builder = {
21 outputPath: 'build results',
22 outputNodeWrapper: {
23 __heimdall__: {},
24 },
25 build() {
26 return Promise.resolve({
27 outputPath: 'build results',
28 outputNodeWrapper: {
29 __heimdall__: {},
30 },
31 });
32 },
33 cleanup() {},
34 };
35 }
36
37 before(function () {
38 let willInterruptProcess = require('../../../lib/utilities/will-interrupt-process');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…