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

Function setDefaultOptions

tests/unit/tasks/test-server-test.js:24–26  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

22 },
23 testem: {
24 setDefaultOptions(options) {
25 this.defaultOptions = options;
26 },
27 startDev(options, finalizer) {
28 expect(options.host).to.equal('greatwebsite.com');
29 expect(options.port).to.equal(123324);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…