tests/testthat/test-logo.R

test_that("has nice logo", {
  skip_on_os("windows")

  local_reproducible_output(crayon = TRUE, unicode = TRUE)
  expect_snapshot(())

  local_reproducible_output(crayon = FALSE, unicode = FALSE)
  expect_snapshot(())
})
hadley/tidyverse documentation built on Nov. 4, 2023, 5:30 a.m.