-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
'should.and' failing with 'karma@0.13' #1498
'should.and' failing with 'karma@0.13' #1498
Comments
Thanks for the report, will try to take look as soon as I can |
It looks like the underlying issue is the same as #1499. There is a conflict between the |
Thank you @dignifiedquire for the hint about Now all is left to migrate |
Fix was released in |
Thank you 🎉 🍒 |
This spec-code
causes
with
karma@0.13
version.I've created simple project for bug repro:
https://github.com/AlexKVal/karma-test
master
branch useskarma@0.13
and causes test failkarma13 https://travis-ci.org/AlexKVal/karma-test/builds/71240835
https://github.com/AlexKVal/karma-test/tree/karma12 branch uses
karma@0.12
version and works finekarma12 https://travis-ci.org/AlexKVal/karma-test/builds/71240954
The text was updated successfully, but these errors were encountered: