Enzyme: JavaScript Testing utilities for React
AirbnbEng
4476

Nice explication. However, one thing that bothers me with all those testing libraries is the lack of integration testing examples.

They work nice when you want to test isolated components, but I’d like to see some examples of a full-blown application with Redux, authentication, async calls etc.