nodeunit icon indicating copy to clipboard operation
nodeunit copied to clipboard

adds support for --nocolor option

Open jarrettmeyer opened this issue 12 years ago • 0 comments

Nocolor can be added by adding either a '-nc' or '--nocolor' flag when invoking nodeunit.

$ nodeunit --nocolor my_file.js

Sets an option called 'suppressReporterColor', which can be included in your local nodeunit config.

{
    "suppressReporterColor": true
}

jarrettmeyer avatar Apr 04 '13 13:04 jarrettmeyer