-
Notifications
You must be signed in to change notification settings - Fork 723
Add docs for react-hooks-testing-library #20
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
Comments
@donavon any interest in porting the examples over here? |
This should be updated to use the external library now https://github.com/mpeyper/react-hooks-testing-library |
Let me look at this, I'll see how much modification it would be to port the docs from native to here. What section would you want it in? Ecosystem? I created a "Hook Examples" section in the recipes sidebar on native's docs (see here), but I added |
@bcarroll22 #64 I think I left feedback on this one that should be enough to get this done I think we want an ecosystem link for the lib and then a Recipe for both a custom hook and a component implemented using hooks (to illustrate there are no differences between that and a class component in terms of tests) @donavon may also have some feedback since he uses hooks testing library a lot |
TODO: finish this 😄 |
Hey! I want to work on this, so I should make 2 different PR, one for ecosystem link and one for Recipe, right? |
@rawat07102 either way. Please take a look at #64 and work off that. |
Since react-hooks-testing-library has been deprecated and merged to RTL, I'm closing this one. |
testing-library/react-testing-library#274
The text was updated successfully, but these errors were encountered: