gkampitakis / go-snaps

Jest-like snapshot testing in Go 📸
https://pkg.go.dev/github.com/gkampitakis/go-snaps
MIT License
169 stars 5 forks source link

Identify outdated snapshots #5

Closed gkampitakis closed 2 years ago

gkampitakis commented 2 years ago

If we remove a snapshot from the testing code the snapshot entry becomes outdated. Ideally, the library should identify the outdated snaps and on update remove them