-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
gulp-mocha no longer works with many files #165
Comments
On Mac too.
|
On Windows 10, get same problem. Reverting back to |
Unfortunately gulp-mocha version 3.0.1 depends on mocha version 3.0.0, which depends on growl 1.9.2 - which has a security vulnerability (tj/node-growl#60) |
I've been having trouble with this on Windows 10 too. The solution/workaround I've used is to pass the directory containing the tests to mocha rather than all the files. Mocha will then run all the tests in that directory. If you also use the An example:
|
On Windows, running gulp-mocha with lots of .js files results in a command line too long error:
This is specific to v4. Downgrading to gulp-mocha version 3.0.1 removes this error.
The text was updated successfully, but these errors were encountered: