Add transform
support to expect_snapshot_file()
#1474
Labels
Milestone
transform
support to expect_snapshot_file()
#1474
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
The text was updated successfully, but these errors were encountered: