react-phone-input icon indicating copy to clipboard operation
react-phone-input copied to clipboard

Where is unit tests of this package?

Open abdennour opened this issue 8 years ago • 3 comments

We cannot consider a software is mature until unit-tests are written and covered at least 80% of code.

Let's write it and get badges from coverall.io accordingly

abdennour avatar Feb 19 '17 15:02 abdennour

@abdennour yes that's something I was meaning to get into. Please share any rough ideas you have to start with.

sample-usr avatar Mar 01 '17 09:03 sample-usr

Please take a look at unit-tests of react-csv component ,It might be useful for this component:

abdennour avatar Mar 01 '17 16:03 abdennour

@razagill You can unit test react components using Jest and Enzyme

kimeshan avatar Mar 14 '17 15:03 kimeshan