How to test full React application ?
Anonymous
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