Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/
Class
tests/helpers/mock-process.js:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
let
EventEmitter = require(
'events'
);
4
5
module.exports =
class
MockProcess extends EventEmitter {
6
constructor(options) {
7
super();
8
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected