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

Method cleanup

tests/unit/commands/test-test.js:412–414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

410 buildCleanupWasCalled = false;
411 options.Builder = class Builder extends CoreObject {
412 cleanup() {
413 buildCleanupWasCalled = true;
414 }
415 };
416 options.Watcher = class Watcher extends CoreObject {
417 static build() {

Callers 3

addon-test.jsFile · 0.45
builder-test.jsFile · 0.45
smoke-test-slow.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected