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
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;
The text was updated successfully, but these errors were encountered:
hardog
changed the title
node write reporter.run second param config
0.9.1 reporters second param config error
Jul 24, 2015
hardog
changed the title
0.9.1 reporters second param config error
node 0.9.1, reporters second param config error
Jul 24, 2015
example code
var reporter = require('nodeunit').reporters.html; reporter.run(path, secondparam);
The text was updated successfully, but these errors were encountered: