node 0.9.1, reporters second param config error
Open
- Dominant language
- JavaScript
- Stars
- 1.9k
- Forks
- 359
- PR merge metrics
- No merged PRs in 30d
Description
## 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;
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.