gkampitakis / go-snaps

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

feat: don't create multiple snapshots when -test.count>1 #90

Closed gkampitakis closed 6 months ago

gkampitakis commented 6 months ago

fix #87

This is a breaking change. After this get's merged when running go test with count>1, a single matchSnapshot call won't create multiple snapshots.