-
-
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
Global leaks #99
Comments
mocha definitely doesn't have these, I think what we should do is add |
Is there a way to add this in the test file directly so I don't have to run "mocha --globals encoding, parseQueryString" all the time at the console. Also, could we just accept all global names as well? |
use mocha.opts or a makefile |
Worked great! |
awesome, was having this same problem just now... let's see if I know the name of what's leaking on purpose... |
I am using YUI3 on node.js but I get this when running the test:
It comes from Mocha. The YUI3 code doesn't run into any problem when I run it without Mocha.
Any clue?
The text was updated successfully, but these errors were encountered: