Replies: 1 comment 2 replies
-
I had an issue sitting around for a very long time concerning this exact issue I recall there being some difficulties though. When the application runs it has no context from where the source files are actually located. I think maybe a separate tool would be needed to cleanup the orphan snapshot files. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?Beta Was this translation helpful? Give feedback.
All reactions