You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mocha uses the node debug library, debug output can be enabled selectively with DEBUG="*" mocha ...
which then prints out a ton of suite, runnable, runner debug messages which makes it complicated to read my own debug output.
It would be awesome if mocha debug was prefixed with, say mocha: so i can just run DEBUG="* -mocha:*" mocha ... and just get the messages i care about.
The text was updated successfully, but these errors were encountered:
Mocha uses the node debug library, debug output can be enabled selectively with
DEBUG="*" mocha ...
which then prints out a ton of
suite
,runnable
,runner
debug messages which makes it complicated to read my own debug output.It would be awesome if mocha debug was prefixed with, say
mocha:
so i can just runDEBUG="* -mocha:*" mocha ...
and just get the messages i care about.The text was updated successfully, but these errors were encountered: