joegasewicz / react-bare-forms

A bare minimal React form library for quick & simple forms.
https://joegasewicz.github.io/react-bare-forms/
MIT License
20 stars 4 forks source link

Remove Enzyme #8

Open joegasewicz opened 4 years ago

joegasewicz commented 4 years ago

Remove Enzyme as we are now just using Jest with React's test utils. It might be worth looking at the TestUtil addons or creating our own custom add-ons if required in the future ...

joegasewicz commented 4 years ago

There is no need for any third party testing libraries now apart from Jest, TesUtils and react-test-renderer