pointfreeco / swift-snapshot-testing

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

Don't invoke XCTContext when running in the Testing framework. #884

Closed mbrandonw closed 2 months ago

mbrandonw commented 2 months ago

Fixes #883

doozMen commented 2 months ago

It does fix the issue! Thanks for the quick fix!