-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: remove unused common utilities #54825
Conversation
@@ -1,5 +1,4 @@ | |||
'use strict'; | |||
require('../common'); |
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.
Review note: This was removed because this file doesn't need to load ../common
in order to function. I can make a seperate PR if needed.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54825 +/- ##
=======================================
Coverage 88.06% 88.06%
=======================================
Files 651 651
Lines 183387 183387
Branches 35794 35802 +8
=======================================
+ Hits 161494 161497 +3
+ Misses 15166 15161 -5
- Partials 6727 6729 +2 |
This comment was marked as outdated.
This comment was marked as outdated.
This PR is currently blocked from landing due to unreliable CI. |
Is that still the case. The CI LGTM, it passed everything except for a few flakes |
PR should be rebased with a fresh CI run. |
7e2ade6
to
0724727
Compare
Rebase complete, can someone start a CI? |
PR-URL: #54825 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
Landed in 5116578 |
PR-URL: #54825 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
PR-URL: nodejs#54825 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
This PR removes files from
test/common/...
that aren't used in Node.js's testing.