AaronCCWong / react-card-flip

React component for card flipping animation.
https://aaronccwong.github.io/react-card-flip
MIT License
343 stars 64 forks source link

Add tests #23

Closed claydiffrient closed 6 years ago

claydiffrient commented 6 years ago

This adds Jest and Enzyme for testing. It adds the supporting infrastructure for supporting those systems. It also adds instructions to the README to explain how to use it.

Additionally, it adds sufficient tests to achieve 100% test coverage.

closes #2