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
Description running npm test shows yargs warning:
npm test
Configuring yargs through package.json is deprecated and will be removed in the next major release, please use the JS API instead.
The text was updated successfully, but these errors were encountered:
caused by configuration in mocha that causes yargs to warn. I created a mocha issue: mochajs/mocha#3742
Sorry, something went wrong.
fixed with mocha 6.1.0 (5a02bfa)
No branches or pull requests
Description
running
npm test
shows yargs warning:The text was updated successfully, but these errors were encountered: