tests/testthat/test-lifecycle.R

test_that("use_lifecycle() imports badges", {
  create_local_package()
  use_package_doc()
  withr::local_options(usethis.quiet = FALSE, cli.width = Inf)

  expect_snapshot(
    use_lifecycle(),
    transform = scrub_testpkg
  )

  expect_proj_file("man", "figures", "lifecycle-stable.svg")
  expect_equal(roxygen_ns_show(), "#' @importFrom lifecycle deprecated")
})
r-pkgs/usethis documentation built on March 29, 2025, 8:31 p.m.