pointfreeco / swift-snapshot-testing

📸 Delightful Swift snapshot testing.
https://www.pointfree.co/episodes/ep41-a-tour-of-snapshot-testing
MIT License
3.68k stars 556 forks source link

Add Messaging to `Diffing` Force Unwrap #860

Open nevillco opened 3 weeks ago

nevillco commented 3 weeks ago

Consuming projects can hit the affected force unwrap if there is something wrong with the comparison image file, or if the image file is being stored in git lfs. I thought I would offer to include some messaging here. Open to any feedback.