Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 539 Bytes

File metadata and controls

5 lines (4 loc) · 539 Bytes

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

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.