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

Git Configuration Option not working when you run tests when not at root of directory of git repo #14

Open
williscool opened this issue Sep 9, 2015 · 1 comment

Comments

@williscool
Copy link

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

but if you go to the root and run it like this

mocha javascript/test/ --grep jshint

It will find the files.

@ebdrup
Copy link
Owner

ebdrup commented Sep 9, 2015

Yes, I never used it like that. 

​It would be great if you do a pull request that fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants