I'm using the TapRating component in a work project and want to do testing for the component with Jest. I've added a testID input and default value, as well as some testIDs for parts of the component.
Pretty simple PR, but let me know if there are any guidelines I should have followed or any name changes you would like to be made.
@Monte9 Hey man, sorry for the late notice. I made the changes as per your request, now I just need you to resolve the conflict. It seems like a small one for the props of the TapRating component. 👍
I'm using the
TapRating
component in a work project and want to do testing for the component with Jest. I've added a testID input and default value, as well as some testIDs for parts of the component.Pretty simple PR, but let me know if there are any guidelines I should have followed or any name changes you would like to be made.
Cheers!