Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 537 Bytes

File metadata and controls

5 lines (4 loc) · 537 Bytes

This directory contains code from Point-Free Episode: Shared State: Testing, Part 2

We will employ @Shared’s new testing capabilities in a complex scenario: a sign up flow. We will see how a deeply nested integration of features all sharing the same state can be tested simply, and we will see how we can leverage the same tricks employed by the test store to add debug tools to reducers using shared state.