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
mocha recently had a release, version 7.0.0. The current mocha-multi library can't seem to take in the changes from this latest version.
In a branch of my fork for the mocha-multi repo, updated the mocha version to 7.0.0 to verify - HarshaNalluru@3b6d5a5
The tests seem to fail.
With npm run test..
npm run test
> [email protected] test <path>/mocha-multi > run-s lint verify:* > [email protected] lint <path>/mocha-multi > eslint . --max-warnings 0 > [email protected] verify:node <path>/mocha-multi > node ./verify.js ERROR: reporter definitions should be set in the `multi` shell variable eg. `multi='dot=- xunit=file.xml' mocha` npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] verify:node: `node ./verify.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] verify:node script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
The text was updated successfully, but these errors were encountered:
this.skip()
If anyone has any insight into this issue, a PR would be appeciated.
Sorry, something went wrong.
All the tests seem to pass on mocha 9, in case you still care.
No branches or pull requests
mocha recently had a release, version 7.0.0.
The current mocha-multi library can't seem to take in the changes from this latest version.
In a branch of my fork for the mocha-multi repo, updated the mocha version to 7.0.0 to verify - HarshaNalluru@3b6d5a5
The tests seem to fail.
With
npm run test
..The text was updated successfully, but these errors were encountered: