-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
Chai 1.9.2 does not work well with sinon-chai 2.5.0 #295
Comments
First thought is this is related to #268, but I am not familiar enough with the internals of sinon-chai. @charlierudolph @domenic Can you confirm, and is this a Chai problem or a sinon-chai problem? |
Can try to look into it. Excited that #268 is there now though so we can use that in Sinon-Chai. (Even if it is currently breaking things, I still want it :) |
@mck- I cannot reproduce locally; can you create a test repo showing the problem? |
In any case, Sinon–Chai 2.6.0 now takes advantage of lazy messages :D |
@mck- I'm going to close this one. Thanks for your time in filing this, and if it you see it again, please just reply back and we'll re-open it. |
TypeError: 'undefined' is not a function
whenevercalledWith
is used.Worked with 1.9.1
The text was updated successfully, but these errors were encountered: