File tree 2 files changed +2
-0
lines changed 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ program
91
91
. option ( '--icu-data-dir' , 'include ICU data' )
92
92
. option ( '--inline-diffs' , 'display actual/expected differences inline within each string' )
93
93
. option ( '--inspect' , 'activate devtools in chrome' )
94
+ . option ( '--inspect-brk' , 'activate devtools in chrome and break on the first line' )
94
95
. option ( '--interfaces' , 'display available interfaces' )
95
96
. option ( '--no-deprecation' , 'silence deprecation warnings' )
96
97
. option ( '--no-exit' , 'require a clean shutdown of the event loop: mocha will not call process.exit' )
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ process.argv.slice(2).forEach(function (arg) {
28
28
case '--debug' :
29
29
case '--debug-brk' :
30
30
case '--inspect' :
31
+ case '--inspect-brk' :
31
32
args . unshift ( arg ) ;
32
33
args . push ( '--no-timeouts' ) ;
33
34
break ;
You can’t perform that action at this time.
0 commit comments