glenjamin / glenjamin/mocha-multi
Support relative path as a reporter name
Open
- Dominant language
- JavaScript
- Stars
- 77
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
In the Mocha code there is the following bit of logic: https://github.com/mochajs/mocha/blob/master/lib/mocha.js#L234
it allows customers to write local reporters and provide them to mocha. This feature is even used in this package in the [verify script](https://github.com/glenjamin/mocha-multi/blob/master/verify).
However it is not working in `mocha-multi`
```
mocha -R mocha-multi --reporter-options spec=-,./my-custom.js=out.txt
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.