tests/testthat/test-show_pride.R

test_that("return value is a tibble", {
  expect_vector(
    show_pride(),
    ptype = tibble::tibble(
      palettes = character(),
      lengths = integer()
    )
  )
})

Try the gglgbtq package in your browser

Any scripts or data that you put into this service are public.

gglgbtq documentation built on June 26, 2024, 1:07 a.m.