MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / fail

Function fail

lib/command/utils.js:39–42  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

37export { getTestRoot }
38
39function fail(msg) {
40 output.error(msg)
41 process.exit(1)
42}
43
44export { fail }
45

Callers 2

run-multiple.jsFile · 0.90
getConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected