Open andrewhathaway opened 9 years ago
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
On 7 Mar 2016, at 16:37, Andrew Hathaway notifications@github.com wrote:
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!
— Reply to this email directly or view it on GitHub.
Test suite needs setting up and tests need to be written for everything. Also run tests on
prepublish
.