glenjamin / skin-deep

Test assertion helpers for use with React's shallowRender test utils
MIT License
200 stars 40 forks source link

Rejig the test suite #23

Closed glenjamin closed 8 years ago

glenjamin commented 8 years ago

While implemented #9 I realise the test suite is too granular - lots of features are tested against lots of different API methods.

This has worked quite well up til now - but the combinatorial explosion of functionality through the flexible API is making it quite tricky.

I reckon the implementation should be split into 3 rough layers, and only have some light-ish integration tests between the three.