DEV Community

Discussion on: Diary - React Native TESTING !@#?

Collapse
 
pavermakov profile image
Pavel Ermakov

What's the point of the snapshots? You create one, then change the component, which triggers an error next time you compare your snapshots. What are you testing?

Collapse
 
pacozaa profile image
pacozaa

To be honest, the point of doing it right now is for the sake of running the test without error. And that's it. I don't think my on going work will do the proper test very soon.