-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Upgrade mocha to latest version #2528
Comments
@bahmutov ready for Sprint 5 or postpone ? |
@chrisbreiding Is this going to be a breaking change? 4.0? or? |
Yes, I'd say it's a breaking change. |
The code for this is complete, but has not yet been released. It will be released in 4.0. |
Note that an additional issue that this will solve is that '.only' currently works based on string matching, so if multiple tests have the same description, they both run if .only is applied to only one. The same occurs if you have multiple tests that share the same starting description. If the first is called 'Admin' and the second is called 'Admin - Page 2', then applying only to the first will cause both to run. Mocha stopped using string matching in v3 https://mochajs.org/ |
@calvinballing yep, see #2828 |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
We currently use a forked version of mocha at 2.5.3. Upgrade to the latest version, 5.2.0.
The text was updated successfully, but these errors were encountered: