You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by nedtwigg December 12, 2022
I've got this in my build.gradle, works great...
test {
if (System.env['CI'] == null) {
systemProperty "updateSnapshot", ""
}
}
.. except when I remove or rename tests, because I get orphan snapshot errors. Then I've got to manually mess around with .snap and .snap.debug files again.
Is there an updateSnapshot mode which also automatically removes orphans?
The text was updated successfully, but these errors were encountered:
Discussed in #134
Originally posted by nedtwigg December 12, 2022
I've got this in my
build.gradle
, works great..... except when I remove or rename tests, because I get orphan snapshot errors. Then I've got to manually mess around with
.snap
and.snap.debug
files again.Is there an
updateSnapshot
mode which also automatically removes orphans?The text was updated successfully, but these errors were encountered: