From 21b280546ea432e68791e3c43bf13cd71d3d0e9d Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 13 Feb 2020 08:57:07 -0800 Subject: [PATCH] Update README.md --- 0086-swiftui-snapshot-testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.