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

Method then

tests/helpers/mock-express-server.js:7–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6class MockExpressServer extends EventEmitter {
7 then() {
8 let promise = Promise.resolve({
9 directory: path.resolve(__dirname, '../fixtures/express-server'),
10 });
11 return promise.then.apply(promise, arguments);
12 }
13}
14
15module.exports = MockExpressServer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected