Closed BernardDoherty closed 8 years ago
Shallow rendering has been supported since #29, which was released as version 4.1.0. Can you provide a small reproducible example showing the failure? It's possible the tests are missing a specific scenario, but as far as I know it works properly.
Hi, thank for the reply. I was able to get it working. Our team is now using rquery. Very helpful in speeding up our testing!
Hello,
I can't find a component using Shallow Rendering with $R(component).find('MyComponentName'). It just returns a rquery object with a length of zero. Does this work with Shallow Rendering? Thanks!