-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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] Migrate NativeSelectInput to react-testing-library #22910
Conversation
I'm not sure if I should update this test case since it doesn't use |
TabIndicator already handled in #22906 |
Ok. So I'm gonna remove it from this PR |
No bundle size changes comparing d9d60e6...e43681e |
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.
If we can remove both shallow and mount enzyme tests, it would be ideal.
packages/material-ui/src/NativeSelect/NativeSelectInput.test.js
Outdated
Show resolved
Hide resolved
packages/material-ui/src/NativeSelect/NativeSelectInput.test.js
Outdated
Show resolved
Hide resolved
@oliviertassinari I tried to replace
|
Co-authored-by: Olivier Tassinari <[email protected]>
Co-authored-by: Olivier Tassinari <[email protected]>
@baterson Thanks! |
Replaces enzyme for react-testing-library in the
<NativeSelectInput/>
#22911