davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.07k stars 251 forks source link

Adding examples of how to test the form with jest #1200

Open keyserfaty opened 5 years ago

keyserfaty commented 5 years ago

The Problem

It would be easier to know how to test for form with jest if there were examples.

I spent some time last week trying to set everything up on my own codebase so I'll be happy to add testing to the examples in the repo if you are interested.