-
-
Notifications
You must be signed in to change notification settings - Fork 698
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.Assertion is no longer exported #1375
Comments
Can you please confirm if this problem still exists in the 4.3.1 release? Thanks |
The code now matches between the commit 8a24666 (4.3.1 tag) and npm. |
Would you like to submit a PR for the |
Fixed in |
Keith, the 4.3.3 release note says |
Oops fixed! |
index.mjs is not exporting Assertion. It needs a line:
export const Assertion = chai.Assertion;
I discovered this when attempting to upgrade from 4.2.0 to 4.3.0.
I also noticed that the code in the 4.3.0 tag here on GitHub does not match what's on npm. npm seems to be more like the master branch. Can you check it out please?
The text was updated successfully, but these errors were encountered: