mitsuhiko / insta

A snapshot testing library for rust
https://insta.rs
Apache License 2.0
2.26k stars 102 forks source link

Fix `--unreferenced` flag #634

Closed max-sixty closed 1 month ago

max-sixty commented 1 month ago

A previous fix of mine broke this, because it wasn't consistent on whether an extension was .snap or snap.

As part of this fix, it also now works for non-standard extensions. And we have an integration test.