tests/testthat/test-theme_TWRI_pres.R

test_that("theme_TWRI_pres", {
  x <- ggplot(dissolved_oxygen) +
    geom_point(aes(end_date, min_do)) +
    theme_TWRI_pres()
  testthat::expect_s3_class(x, "ggplot")
})
TxWRI/twriTemplates documentation built on Oct. 20, 2023, 2:06 p.m.