MCPcopy
hub / github.com/mozilla/web-ext / createFakeProcess

Function createFakeProcess

tests/unit/helpers.js:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198export function createFakeProcess() {
199 return fake(process, {}, ['EventEmitter', 'stdin']);
200}
201
202/*
203 * Returns a fake FirefoxRDPClient as would be returned by

Callers 2

execProgramFunction · 0.90
test.program.jsFile · 0.90

Calls 1

fakeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…