[material-ui-pagination] Stop testing react-dom#68006
Conversation
|
@eps1lon Thank you for submitting this PR! This is a live comment which I will keep updated. 1 package in this PRCode ReviewsBecause you edited one package and there were no type definition changes, I can help you merge this PR once someone else signs off on it. You can test the changes of this PR in the Playground. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 68006,
"author": "eps1lon",
"headCommitOid": "b5f1256ecb002684f475ed27f0430afbef84b764",
"mergeBaseOid": "79bae95b770c7209689eacc033d93ce9998f4816",
"lastPushDate": "2023-12-28T18:38:14.000Z",
"lastActivityDate": "2023-12-28T22:01:57.000Z",
"mergeOfferDate": "2023-12-28T21:26:12.000Z",
"mergeRequestDate": "2023-12-28T22:01:57.000Z",
"mergeRequestUser": "eps1lon",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Well-liked by everyone",
"pkgInfo": [
{
"name": "material-ui-pagination",
"kind": "edit",
"files": [
{
"path": "types/material-ui-pagination/material-ui-pagination-tests.tsx",
"kind": "test"
},
{
"path": "types/material-ui-pagination/package.json",
"kind": "package-meta-ok"
}
],
"owners": [],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Well-liked by everyone"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "peterblazejewicz",
"date": "2023-12-28T21:25:29.000Z",
"isMaintainer": true
}
],
"mainBotCommentID": 1871409135,
"ciResult": "pass"
} |
|
🔔 @eps1lon — there are no owners, but it would still be good if you find someone to review this PR in the next few days, otherwise a maintainer will look at it. (And if you do find someone, maybe even recruit them to be a second owner to make future changes easier...) |
|
@eps1lon: Everything looks good here. I am ready to merge this PR (at b5f1256) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ |
|
Ready to merge |
Usage of
react-domin this package was not actually testing integration between this package andreact-dombutreactandreact-dom. This adds considerable overhead to making changes to react-dom so I just removed these redundant tests.