dwww Home | Show directory contents | Find package

vdiffr_skip_stale()
skip_if_not_installed("ggplot2")

test_that("ggtitle is set correctly", {
  p <- ggplot2::ggplot()
  expect_doppelganger("Some title", p)
  expect_doppelganger("Some other title", p + ggplot2::ggtitle(NULL))
})

Generated by dwww version 1.15 on Sat Jun 22 22:37:02 CEST 2024.