Skip to content

Latest commit

 

History

History
 
 

0083-testable-state-management-effects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.