nodeunit icon indicating copy to clipboard operation
nodeunit copied to clipboard

node 0.9.1, reporters second param config error

Open hardog opened this issue 10 years ago • 0 comments

example code

var reporter = require('nodeunit').reporters.html; reporter.run(path, secondparam);

  • the 'secondparam' must config testSpec and testFullSpec , otherwise lead to a undefined error, but not all the reporters have the bug nodeunit version 0.9.1;

hardog avatar Jul 24 '15 09:07 hardog