nodeunit
nodeunit copied to clipboard
adds support for --nocolor option
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
}