-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Consider integrating the problems gulp-spawn-mocha had tried to solve #20
Comments
I was also looking for some of the functionality offered by gulp-spawn-mocha, namely the inclusion of the ability to set environment variables like NODE_ENV. I can't say that I necessarily agree with starting a new process to run every test file. Is that in fact what mocha does normally? It certainly doesn't seem sane to me. If you are faffing about in GLOBAL then you better damn well expect that those properties will be available globally. That particular case seems more like bad practice than a problem with gulp-mocha. |
I give up. He was right. The Mocha programmatic API is just completely horrible and buggy. Going to spawn instead... |
@sindresorhus was your intention with the last comment you made that you were going to scrap using mocha as a straight require and instead spawn mocha in a cp? |
@shellscape Yes |
The github project seems to have been removed, but from my email:
The text was updated successfully, but these errors were encountered: