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

Method run

tests/unit/commands/new-test.js:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 it('passes command options through to init command', async function () {
88 command.tasks.CreateAndStepIntoDirectory = class extends Task {
89 run() {
90 return Promise.resolve();
91 }
92 };
93
94 command.commands.Init = Command.extend({

Callers 10

runMochaFunction · 0.45
docs-lint-test.jsFile · 0.45
test-test.jsFile · 0.45
runMethod · 0.45
install-test.jsFile · 0.45
help-test.jsFile · 0.45
build-test.jsFile · 0.45
cli-test.jsFile · 0.45
help-test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected