Browse Source

tests

master
boB Rudis 5 years ago
parent
commit
9281da95a1
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      tests/test-all.R
  2. 2
      tests/testthat/test-ggchicklet.R

1
tests/test-all.R

@ -1,2 +1,3 @@
library(testthat)
test_check("ggchicklet")

2
tests/testthat/test-ggchicklet.R

@ -15,6 +15,8 @@ test_that("chicklet geoms are created properly", {
ggplot_build(gg) -> gb
ggplot_gtable(gb) -> gt
expect_true(all(c("GeomChicklet", "GeomRrect") %in% class(gb$plot$layers[[1]]$geom)))

Loading…
Cancel
Save