react-with-styles
react-with-styles copied to clipboard
[Tests] use enzyme-adapter-react-helper; test on multiple react versions
This uses enzyme-adapter-react-helper to handle both configuring enzyme, as well as ensuring the proper react version is installed.
Based on https://github.com/airbnb/react-dates/pull/846
@ljharb Are you still interested in landing this change?
Yep - I'm planning on adding a feature to enzyme (after the react work is done) that applies safeSFC inside the react 13 adapter, so that all this boilerplate can vanish.