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 71e7a1e commit 8941442Copy full SHA for 8941442
bin/_mocha
@@ -90,6 +90,7 @@ program
90
.option('--preserve-symlinks', 'Instructs the module loader to preserve symbolic links when resolving and caching modules')
91
.option('--icu-data-dir', 'include ICU data')
92
.option('--inline-diffs', 'display actual/expected differences inline within each string')
93
+ .option('--inspect', 'activate devtools in chrome')
94
.option('--interfaces', 'display available interfaces')
95
.option('--no-deprecation', 'silence deprecation warnings')
96
.option('--no-exit', 'require a clean shutdown of the event loop: mocha will not call process.exit')
0 commit comments