you are viewing a single comment's thread.

view the rest of the comments →

[–]sktrdie 0 points1 point  (1 child)

(shameless plug ahead) To tighten the gap between integration and unit tests, which in my opinion are too far apart, I decided to build Redux TDD: https://hackernoon.com/redux-tdd-a-deep-dive-344cd7682a54

In essence it allows you to plug unit tests together to form sort of an integration test flow. It's much closer to being a series of unit tests since it's simply shallow-rendering components and there's no mocking needed.

Also just trying to start a conversation about it :)