Как правильно создать context и любые необходимые данные для мелких компонентов рендеринга, обернутые redux-form?
context
redux-form
Вот несколько примеров:
https://github.com/styled-components/jest-styled-components#theming https://github.com/yahoo/react-intl/wiki/Testing-with-React-Intl#enzyme
В идеале, с подходом shallowUntilTarget должно быть легко использовать:
shallowUntilTarget
https://github.com/mozilla/addons-frontend/blob/58d1315409f1ad6dc9b979440794df44c1128455/tests/unit/helpers.js#L276 https://hacks.mozilla.org/2018/04/testing-strategies-for-react-and-redux/