Subscriber-Only: Today's episode is available only to subscribers. If you are a Point-Free subscriber you can access your private podcast feed by visiting https://www.pointfree.co/account.

---

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.