-
Notifications
You must be signed in to change notification settings - Fork 116
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
Overriding global "Promise" #171
Comments
Seems this breaks grunt-postcss task nDmitry/grunt-postcss#87 Possible duplicate of #170 |
@ogonkov this is not an issue of karma but a bug in the promise implementation. Ref karma-runner/karma#1946 |
@dignifiedquire thank you for sorting out that! |
Closing in favour of karma-runner/karma#1946. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Loading the npm task "grunt-karma" destroys the global "Promise" variable.
running on Node v4.1.0
Gruntfile.js:
Output:
The text was updated successfully, but these errors were encountered: