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

Class

tests/unit/commands/build-test.js:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 beforeEach(function () {
14 tasks = {
15 Build: class extends Task {
16 init() {
17 super.init(...arguments);
18 buildTaskInstance = this;
19 }
20 },
21
22 BuildWatch: class extends Task {
23 init() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected