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
Test repo
https://github.com/williscool/code_gym/
Directory where /tests dir is https://github.com/williscool/code_gym/tree/master/javascript
If you run mocha --recursive there it will not properly find the files to fail jshint
mocha --recursive
but if you go to the root and run it like this
mocha javascript/test/ --grep jshint
It will find the files.
The text was updated successfully, but these errors were encountered:
Yes, I never used it like that.
It would be great if you do a pull request that fixes this.
Sorry, something went wrong.
No branches or pull requests
Test repo
https://github.com/williscool/code_gym/
Directory where /tests dir is
https://github.com/williscool/code_gym/tree/master/javascript
If you run
mocha --recursive
there it will not properly find the files to fail jshintbut if you go to the root and run it like this
mocha javascript/test/ --grep jshint
It will find the files.
The text was updated successfully, but these errors were encountered: