Closed BarredEwe closed 1 year ago
Thanks to @markst for finding issue If you try to set precision or delay in ForEach, it won't work.
ForEach
ForEach(0..2) { _ in Text("test") .snapshot(delay: 1.0, precision: 0.8) }
Removed the use of Mirror and added processing by extending the SnapshotTesting library
Mirror
Short description 📝
Thanks to @markst for finding issue If you try to set precision or delay in
ForEach
, it won't work.Solution 📦
Removed the use of
Mirror
and added processing by extending the SnapshotTesting library