Skip to content

Fix bug with XUnit reporter

Latest
Compare
Choose a tag to compare
@eugenet8k eugenet8k released this 29 Sep 00:24
· 7 commits to master since this release

Passing grunt options to Reporter instance that may have reporterOptions property. It’s required for XUnit reporter.
Overriding the whole XUnit from mochajs due to bugs with test.isPending() methods. As described in:
mochajs/mocha#2297
kmiyashiro#163