In this video we will learn how to test React Forms using React Testing Library. Our React forms can be implemented using formik or react hook form and our tests will work for both libraries.
The tests will take no assumption on the "library" used, so independently of you using react hook form or formik, those tests will work in both libraries.
GitHub repository: https://github.com/bmvantunes/youtube-react-testing-video8-forms-react-testing-library
All the videos in this series (React.js Testing Tutorial): https://www.youtube.com/playlist?list=PLYSZyzpwBEWTBdbfStjqJSGaulqcHoNkT
Top comments (1)
Nicely explained!