Open saurabhdaware opened 1 year ago
Almost all our consumers seem to be using formik so better to have some tests for our form elements that integrate with formik to minimize the chances to breakages.
Seems like a good idea to have few tests for form submissions overall (web + native). react-hook-form is another commonly used library in use.
react-hook-form
Almost all our consumers seem to be using formik so better to have some tests for our form elements that integrate with formik to minimize the chances to breakages.