We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON reporter uses process.stdout, but xunit reporter uses console.log. It causes a problem if one wants to redirect output of mocha to a file.
Please use process.stdout.write instead of console.log in xunit reporter.
The text was updated successfully, but these errors were encountered:
I'm closing this issue because #1218 solves it.
Sorry, something went wrong.
Resolve mochajs#1235
ba413e2
Adds the 'glob' dependency stand-in for the browser.
No branches or pull requests
JSON reporter uses process.stdout, but xunit reporter uses console.log.
It causes a problem if one wants to redirect output of mocha to a file.
Please use process.stdout.write instead of console.log in xunit reporter.
The text was updated successfully, but these errors were encountered: