Skip to content
New issue

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

unit tests show yargs warning #570

Closed
tripodsan opened this issue Feb 19, 2019 · 2 comments
Closed

unit tests show yargs warning #570

tripodsan opened this issue Feb 19, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@tripodsan
Copy link
Contributor

Description
running npm test shows yargs warning:

Configuring yargs through package.json is deprecated and will be removed in the next major release, please use the JS API instead.
@tripodsan tripodsan added the bug Something isn't working label Feb 19, 2019
@tripodsan tripodsan self-assigned this Feb 19, 2019
@tripodsan
Copy link
Contributor Author

caused by configuration in mocha that causes yargs to warn. I created a mocha issue: mochajs/mocha#3742

@tripodsan tripodsan removed their assignment Feb 19, 2019
@tripodsan
Copy link
Contributor Author

fixed with mocha 6.1.0 (5a02bfa)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant