We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d69e0 commit 7278119Copy full SHA for 7278119
bin/_mocha
@@ -94,7 +94,7 @@ program
94
.option('--inspect-brk', 'activate devtools in chrome and break on the first line')
95
.option('--interfaces', 'display available interfaces')
96
.option('--no-deprecation', 'silence deprecation warnings')
97
- .option('--no-exit', 'require a clean shutdown of the event loop: mocha will not call process.exit')
+ .option('--exit', 'force shutdown of the event loop after test run: mocha will call process.exit')
98
.option('--no-timeouts', 'disables timeouts, given implicitly with --debug')
99
.option('--no-warnings', 'silence all node process warnings')
100
.option('--opts <path>', 'specify opts path', 'test/mocha.opts')
0 commit comments