tests/testthat/test-geom-map.R

test_that("geom_map() checks its input", {
  expect_snapshot_error(geom_map(map = letters))
  expect_snapshot_error(geom_map(map = mtcars))
})
hadley/ggplot2 documentation built on May 4, 2024, 2:17 a.m.