Sign in
Log inSign up

How to test full React application ?

Default profile photo
Anonymous
·Mar 4, 2019

Hi, I have react application that I want to test. I don't want to individually test each component. I want to test the flow of data from root till the child components.

Like a river flowing from top to bottom