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.

---

The `@Shared` property wrapper can effortlessly share state among features to build complex
flows quickly, but because it is powered by a reference type, it is not compatible with the
Composable Architecture's value-oriented testing tools. Let's address these shortcomings and
recover all of the library's testing niceties.