Easily testing React components with react-test-tree

added by bpwndaddy
5/20/2015 3:06:56 PM

626 Views

While I love React, testing React components leaves a lot to be desired. The TestUtils are useful but don’t have a particularly intuitive API and lead to verbose tests, e.g.


0 comments