shichongrui / react-native-test-utils

A test utils library for testing react native components
24 stars 5 forks source link

Broken tests after upgrading to 1.1.1 #7

Closed rubenmoya closed 4 years ago

rubenmoya commented 6 years ago

Using component.query('ButtonIcon') in 1.1.1 version returns null while in 1.0.6 returned a component, am I missing something? Is there a new way to do it?

shichongrui commented 6 years ago

Thanks for reporting the issue. If you could provide some reproduction code/steps that would help a lot as the tests are currently all passing. Thanks!