-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
[RFR]: use makeStyles in Field Components #3562
Conversation
@djhi @fzaninotto |
Would be better to migrate these tests to testing-library instead of enzyme imo |
Done, please review. |
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.
Would you mind migrating all the related tests to testing-library ?
Sorry, I updated my comment after posting it. I meant all the tests for those files, not just the ImageField. |
ref: marmelab#3453 use useStyles in ChipField use useStyles in FileField use useStyles in ImageField fix FileField's tests fix tests migrate ImageField tests to testing-library fix tests migrate tests of ChipField and FileField
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.
Awesome, almost there!
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.
💪
Sorry, but I had to force push to |
As this is my fault (I shouldn't have merged this PR), I'll take care of it @Kunnu01 |
ref: #3453
Converts following components: