Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 470 Bytes

File metadata and controls

5 lines (4 loc) · 470 Bytes

This directory contains code from Point-Free Episode: Reliable Async Tests: The Point

What’s the point of the work we did to make async testing reliable and deterministic, and are we even testing reality anymore? We conclude our series by rewriting our feature and tests using Combine instead of async-await, and comparing both approaches.