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

Class

tests/unit/commands/new-test.js:88–88  ·  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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected