razorpay / blade

Design System that powers Razorpay
https://blade.razorpay.com
MIT License
513 stars 145 forks source link

tests: write form inputs integration tests with formik #1127

Open saurabhdaware opened 1 year ago

saurabhdaware commented 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.

divyanshu013 commented 1 year ago

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.