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

Function preBuild

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

Source from the content-addressed store, hash-verified

281 addon = {
282 name: 'TestAddon',
283 preBuild() {
284 hooksCalled.push('preBuild');
285 expect(this).to.equal(addon);
286
287 return Promise.resolve();
288 },
289
290 postBuild() {
291 hooksCalled.push('postBuild');

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…