pointfreeco / swift-macro-testing

Magical testing tools for Swift macros.
MIT License
269 stars 21 forks source link

Improved recording by leveraging inline snapshot removal #21

Closed stephencelis closed 6 months ago

stephencelis commented 7 months ago

This uses the new functionality of swift-snapshot-testing 1.16.0 to automatically remove stale inline snapshots when recording over a snapshot that used different closure names.

Matejkob commented 7 months ago

Uuu, cool! 😎