Kyle McDaniel
Kyle McDaniel
Yup I'm already aware of the regular react 16 adapter. I was more saying one that works with react native apps built with react 16 as the react dependency. I've...
Looking to start investigating implementation. I started setting up my development environment and was reading through the existing test suite. I noticed that quite a bit of the tests seem...
That makes the most sense. Would you say that the test suite refactor should be a hard precondition before starting the implementation of the wrapper? Or would it make more...
@thefelpes No one is working on it from my end. We ended up using React Test Renderer and Shallow render directly.
At least for the react 16 adapter, shallow rendering relies on ShallowTestRenderer. See https://github.com/airbnb/enzyme/blob/master/packages/enzyme-adapter-react-16/src/ReactSixteenAdapter.js#L211 We are directly using ShallowTestRenderer for shallow rendering and using TestRenderer for full renders.