-
Notifications
You must be signed in to change notification settings - Fork 680
test(logger): use included test runner dependencies #2425
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2425 +/- ##
=======================================
Coverage 93.02% 93.02%
=======================================
Files 40 40
Lines 11124 11124
Branches 713 713
=======================================
Hits 10348 10348
Misses 764 764
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Praise 🙏 very sweet 💯
| "@types/chai": "^4.3.5", | ||
| "@types/mocha": "^10.0.1", | ||
| "c8": "^10.1.2", | ||
| "chai": "^4.3.8", | ||
| "mocha": "^11.0.1", | ||
| "mocha-junit-reporter": "^2.2.1", | ||
| "mocha-multi-reporters": "^1.5.1", |
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.
🪓 🪓 🪓
|
@WilliamBergamin I share the excitement here! These packages have been so kind to us, but I'm hoping we can reduce dependencies and updates needed going forward 🫡 Making similar updates in adjacent packages remains an interesting exercise I think! |
|
🏷️ This is also for #2359! |
Summary
This PR removes the following development dependencies to prefer the included
nodetest runner to replace #2351:@types/chai@types/mochac8chaimochamocha-junit-reportermocha-multi-reporterssinon🔗 https://nodejs.org/api/test.html
Requirements