Replies: 1 comment
-
Snapshot metadata headers may be able to resolve this issue along with other useful information about the creation of the snapshot.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If a class name gets refactored or moved to a different package the existing snapshot in the
__snapshots__
folder should be marked as an Orphan.Might need to walk the directory tree after all tests have run beginning at
getOutputDir()
. This could be particularly problematic if the output dir is not a subdirectory of the class's package as there is no way to know where the original class is defined.Beta Was this translation helpful? Give feedback.
All reactions