MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / exit

Method exit

tests/helpers/mock-process.js:35–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 exit() {
36 // we are unable to reliable unit test `process.exit()`
37 throw new Error('MockProcess.exit() was called');
38 }
39};

Callers 7

exitFunction · 0.80
onInterruptMethod · 0.80
onInterruptFunction · 0.80
runMochaFunction · 0.80
runner.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected