Pure functions are simple and so should be their tests (when using the correct techniques). Reducers, action creators (which aren’t thunks) and selectors are pure functions. After you read this article, when you apply these techniques, you’ll simplify your tests and improve your code. The tests in the examples are…