-
-
Notifications
You must be signed in to change notification settings - Fork 51
Bump mocha from 5.2.0 to 9.1.2 #33
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and runs fine
recursive: true
reporter: 'spec'
retries: 1
slow: 20
timeout: '2s'
ui: 'bdd'
# some additional files that could be loaded. e.g.: env.js
# file:
# - '/path/to/some/file' |
@jankapunkt please re-review, I added the new mocha config file. |
@HappyZombies @jankapunkt Are you guys cool with me merging these once they're approved? |
@jwerre I added you as a reviewer, if it looks good to you go ahead and approve and I'll merge it in after the approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfection!
Summary 📖
This PR simply updates mocha from 5.2.0 to 9.1.2
After looking over the CHANGELOG for mocha, it appears that a lot of the breaking changes will NOT affect this repo (since they were never really used). All tests pass successfully and look good on my end, and I have not seen any deprecation warnings.
NOTE: Mocha version 9 only works with Node 12 and above (Node 12 is currently it LTS). With this in mind, we should begin the transition of only supporting Node 12 and above.
Linked issue(s) 🔗
#17
Will also close #11
Involved parts of the project ⚙️
None are affected, only tests are, all of which are currently passing.