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

Function addonMiddlewares

tests/unit/tasks/test-test.js:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 subject = new TestTask({
38 project: new MockProject(),
39 addonMiddlewares() {
40 return ['middleware1', 'middleware2'];
41 },
42
43 invokeTestem(options) {
44 expect(options.ssl).to.equal(false);

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…