-
Notifications
You must be signed in to change notification settings - Fork 20
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
busted w/ browserify #47
Comments
Is there some test case? Or anything I can help with? |
Still actual? |
I imagine this is still an issue. I'll remind myself to dig up a reproducible case, but it's probably just misconfiguration on my part |
Feel free to re-open if there's some ideas. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinon
doesn't end up in the global context when used withkarma-browserify
. I tried to hack around it, but no dice. Not sure what to do about this one... ended up ditching this package and justrequire
-ing eachchai
,sinon
andsinon-chai
individually.The text was updated successfully, but these errors were encountered: