Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
exit
Function · 0.80
onInterrupt
Method · 0.80
onInterrupt
Function · 0.80
update-blueprint-dependencies.js
File · 0.80
runMocha
Function · 0.80
runner.js
File · 0.80
will-interrupt-process-test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected