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

Method run

tests/unit/models/command-test.js:743–745  ·  view source on GitHub ↗
(/* options */)

Source from the content-addressed store, hash-verified

741
742 class FailingTask extends Task {
743 run(/* options */) {
744 throw new Error('I was born to fail');
745 }
746 }
747
748 beforeEach(function () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected