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

Class

tests/unit/commands/new-test.js:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
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({
95 run(commandOptions) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected