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

Class

tests/helpers/mock-watcher.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const path = require('path');
5
6class MockWatcher extends EventEmitter {
7 then() {
8 let promise = Promise.resolve({
9 directory: path.resolve(__dirname, '../fixtures/express-server'),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected