diff --git a/0086-swiftui-snapshot-testing/README.md b/0086-swiftui-snapshot-testing/README.md index 3f9160c0..3db2f896 100644 --- a/0086-swiftui-snapshot-testing/README.md +++ b/0086-swiftui-snapshot-testing/README.md @@ -1,5 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [Testable State Management: The Point](https://www.pointfree.co/episodes/ep86-swiftui-snapshot-testing) +> #### This directory contains code from Point-Free Episode: [SwiftUI Snapshot Testing](https://www.pointfree.co/episodes/ep86-swiftui-snapshot-testing) > > In this week's free holiday episode we show what it looks like to snapshot test a SwiftUI application in our architecture and compare this style of integration testing against XCTest's UI testing tools.