We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8605073 commit e4a16bdCopy full SHA for e4a16bd
lib/internal/test_runner/harness.js
@@ -46,7 +46,7 @@ function createProcessEventHandler(eventName, rootTest) {
46
`triggered an ${eventName} event.`;
47
48
rootTest.diagnostic(msg);
49
- process.exitCode = 1;
+ process.exitCode = kGenericUserError;
50
return;
51
}
52
0 commit comments