It's a feature request. It would be great to have possibility to provide a wrapper component for all components in all tests. Consider [this](https://github.com/apsavin/react-starter-kit/blob/gemini-react/gemini/test.js) example. I need `App` with `context` around all components that use css modules - literally all components that I want to test. I can help with implementation, if you think the idea is ok.
It's a feature request.
It would be great to have possibility to provide a wrapper component for all components in all tests.
Consider this example. I need
Appwithcontextaround all components that use css modules - literally all components that I want to test.I can help with implementation, if you think the idea is ok.