tests/testthat/test-theme_static.R

test_that("theme can be added to a ggplot2 object", {
  plot <- ggplot2::ggplot() + theme_static()
  expect_true(inherits(plot, "ggplot"))
})
davidcarslaw/openairmaps documentation built on March 1, 2025, 7:50 p.m.