Setup unit tests
- Describe the Feature Request Add safeguard unit tests to the repository

- Describe Preferred Solution I would prefer having https://github.com/testing-library/react-testing-library instead of enzyme here, see post. Thoughts are welcome in comments.
react-testing-library is what I was thinking as well to begin with. 👍
Awesome, I will work on this.
@xitter how's your test going? I also would like to work on this issue @apollonian.
I will be soon raising a PR for unit test setup, you are welcome to add more tests once it gets merged.
This issue will help be getting started with unit testing, I want to work on it!
@ankiiitraj Sure, we could use your help!
working on it! stuck somewhere!
@ankiiitraj Let me know how I could be helpful!
I will draft a PR today! Thanks
PR with jest and tests for all props and events: https://github.com/devfolioco/react-otp-input/pull/337