Open GauravTiwarii opened 6 years ago
Till now, I have realised that shallow will lazy render, and hence, only the top-level component is available through shallow(). But I need to test rendered nested component.
I have made some progress, by using mount, I am able to access the Select.Async. But still, I am not able to simulate the actions on Components.
Still need to work on it...
Basically, when component is shallow rendered with Enzyme, it is not able to access the nested components, hence, we have no results back from '.find()'.!