notrab / react-use-cart

React hook library for managing cart state
http://npm.im/react-use-cart
Apache License 2.0
367 stars 48 forks source link

Add tests #37

Closed notrab closed 4 years ago

notrab commented 4 years ago

Now more people are using this than just me, we should probably add some test coverage to improve reliability, and maybe seek out a few bugs.

Let's use @testing-library/react-hooks for this 🤩

notrab commented 4 years ago

I've gone ahead and added some minimal unit tests. It could be cleaned up significantly.