Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 498 Bytes

File metadata and controls

5 lines (4 loc) · 498 Bytes

This directory contains code from Point-Free Episode: Testable State Management: Effects

It was very easy to test the reducers in our architecture as pure functions, but how the heck do we test the effects they produce!? It turns out we can take a simple concept we introduced many episodes ago to get broad test coverage of a reducer's effects with very little work.