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
I just did something janky with expect_snapshot(writeLines(read_utf8(path)), transform = scrub_testpkg) when what I really wanted was expect_snapshot_file(path, transform = scrub_testpkg).
I just did something janky with
expect_snapshot(writeLines(read_utf8(path)), transform = scrub_testpkg)when what I really wanted wasexpect_snapshot_file(path, transform = scrub_testpkg).r-lib/usethis@e9a4bec