tests/testthat/test-themes.R

test_that("LGBTQ themes are of `theme` class", {
  for (name in names(pride_data)) {
    theme <- theme_lgbtq(name)
    expect_s3_class(theme, "theme")
  }
})

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.