-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snapshot_review() says "no snapshots to update" when there are files that have changed #1579
Comments
This problem appears when the test file has a dot in its name, like To reproduce:
In Edit: running |
Adjusted snapshot_meta helper function to adjust check for presence of file extension in `files` argument. Fixes issue where periods in file name are mistaken for signifying file extension (r-lib#1579).
seems related to #1669 |
This issue also appears to arise when running |
I've just experienced a similar issue but it was due to me temporarily changing the working directory ( |
Hello!
I'm not really sure how to distill this down to a reprex, but when I have an existing change in my snapshot testing, like so:
when I run
I get
I would expect that given my snapshots have changed, I should see the really nice diff window from
snapshot_review()
, but I do not.Below is my sessionInfo, if that helps
Session info
The text was updated successfully, but these errors were encountered: