-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
remove outstanding testing-library/react-hooks usages #205307
base: main
Are you sure you want to change the base?
remove outstanding testing-library/react-hooks usages #205307
Conversation
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Pinging @elastic/appex-sharedux (Team:SharedUX) |
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.
Security Generative AI files look good.
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.
👏
8b850f5
to
1d59a95
Compare
1d59a95
to
de2bfa5
Compare
de2bfa5
to
84af98d
Compare
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.
obs-ux-logs changes LGTM!
84af98d
to
be7b975
Compare
be7b975
to
6f102b9
Compare
💚 Build Succeeded
Metrics [docs]
History
|
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.
.eslintrc.js LGTM
Summary
This PR removes usages of
@testing-library/react-hooks
from the codebase, as we've transitioned to using@testing-library/react
especially that it provides the same utils we need and the later package is not supported for react 18. alongside thisother instance of the usages foran eslint rule has been enabled to prevent further usages of the mentioned package.@testing-library/react-hooks
have been removed