judith-bourque / faker

Get data from the Faker API
Other
0 stars 0 forks source link

Create test for ggplot2 theme #12

Open judith-bourque opened 1 year ago

judith-bourque commented 1 year ago

Issue

When modifications are made to the package, tests would allow to validate automatically that the theme still behaves as predicted.

Proposal

Create test for ggplot2 theme based on ggplot2 theme vignette in package

judith-bourque commented 1 year ago
test_that("output of ggplot() is stable", {
  vdiffr::expect_doppelganger("A blank plot", ggplot())
})