File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,10 @@ program
218
218
'--exit' ,
219
219
'force shutdown of the event loop after test run: mocha will call process.exit'
220
220
)
221
- . option ( '--no-timeouts' , 'disables timeouts, given implicitly with --debug' )
221
+ . option (
222
+ '--no-timeouts' ,
223
+ 'disables timeouts, given implicitly with --debug/--inspect'
224
+ )
222
225
. option ( '--no-warnings' , 'silence all node process warnings' )
223
226
. option ( '--opts <path>' , 'specify opts path' , 'test/mocha.opts' )
224
227
. option ( '--perf-basic-prof' , 'enable perf linux profiler (basic support)' )
Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ Options:
818
818
--interfaces output provided interfaces and exit
819
819
--no-deprecation silence deprecation warnings
820
820
--exit force shutdown of the event loop after test run: mocha will call process.exit
821
- --no-timeouts disables timeouts, given implicitly with --debug
821
+ --no-timeouts disables timeouts, given implicitly with --debug/--inspect
822
822
--no-warnings silence all node process warnings
823
823
--opts <path> specify opts path (default: "test/mocha.opts")
824
824
--perf-basic-prof enable perf linux profiler (basic support)
You can’t perform that action at this time.
0 commit comments