File: test-logo.R

package info (click to toggle)
r-cran-tidyverse 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 688 kB
  • sloc: sh: 11; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
test_that("has nice logo", {
  skip_on_os("windows")

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

  local_reproducible_output(crayon = FALSE, unicode = FALSE)
  expect_snapshot(tidyverse_logo())
})