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

Method run

tests/unit/commands/serve-test.js:242–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240
241 tasks.Serve = class extends Task {
242 run() {
243 return new Promise((resolve) => {
244 setTimeout(() => {
245 serveTaskResolved = true;
246 resolve();
247 }, 10);
248 });
249 }
250 };
251
252 await command.validateAndRun(['--port', '0']);

Callers 1

serve-test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected