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
Generate PNG outputs that are not reproducible across R or OS versions.
The snapshot files are not stored with the package, generating confusing Git new directory diffs every time the test is ran. Nothing can be compared to so that the tests will always pass.
We should use the proper solution vdiffr::expect_doppelganger() which stores and compares reproducible SVG outputs.
The text was updated successfully, but these errors were encountered:
Currently, snapshot tests involving generating plots:
We should use the proper solution
vdiffr::expect_doppelganger()
which stores and compares reproducible SVG outputs.The text was updated successfully, but these errors were encountered: