Testing Redux without drowning in mock actions
Mocking every Redux action turns your tests into a changelog validator. Here's how to test your store with real state transitions instead.
If you have ever written a test that verifies was called with the exact payload shape, you have written a test that breaks every time someone renames a…