-
-
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 4.3.x or higher doesn't run on IE 11 #1379
Comments
If I'm not mistaken, the cited commit only appears in Chai 4.3.1. In my tests, 4.3.0 worked for IE 11 but 4.3.1 does not. So perhaps the title of the issue should say |
There was identified an inconsistency between what's in GitHub in 4.3.0 and what's on npm. npm had some changes from master in it, possibly this arrow function as well. |
Fixed in Thanks everyone! |
This was referenced Mar 5, 2021
This was referenced Jun 14, 2021
This was referenced Jun 24, 2021
This was referenced Jul 5, 2021
This was referenced Jul 19, 2021
This was referenced Jul 27, 2021
This was referenced Aug 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chai 4.3 introduced a regression via #1334 that causes chai to throw a syntax error on IE 11. This is because it's using an arrow function here which isn't supported on IE 11.
This is also causing the automated saucelab tests setup for Chai to fail: https://app.saucelabs.com/tests/2e7d344d051d40a9b1524d6df4b86a1b
The text was updated successfully, but these errors were encountered: