-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Mocha aliased via npm test
fails to glob all files
#1175
Comments
Hey @OliverJAsh! The command should be |
@mrjoelkemp Where it is mentioned in the Mocha docs? |
@thalesfsp no idea anymore. This discussion happened ages ago; I'm sure the docs have changed a lot by now :) |
…1175 Need to see what travis does
In the example enclosed, I have this tree:
Setup:
Run the tests:
Both
test/foo.js
andtest/lib/bar.js
are ran. Now run the tests via the same command, but aliased using npm:Only
test/lib/bar.js
is ran. The glob fails to detecttest/foo.js
, despite it being the same command.Example: http://cl.ly/0M130n2u1t40
The text was updated successfully, but these errors were encountered: