-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
End-to-end testing and test suite #18
Comments
thanks! |
This library looks great but I notice the lack of tests. To make it easier for someone, or myself, to pick this up do you have any preference on test suite setup and approach? |
Hi @timReynolds. I have no strict preference but I have previously used Jest for testing and that has been great. Enzyme has also been something I've been meaning to get in to! |
I made a start using both these at the weekend as they are what I'd personally use. I'll open a WIP PR later with the basic setup in
|
Test suite needs setting up and tests need to be written for everything. Also run tests on
prepublish
.The text was updated successfully, but these errors were encountered: