File: test-autoplot.R

package info (click to toggle)
r-cran-ggplot2 3.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,748 kB
  • sloc: sh: 15; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (2)
1
2
3
test_that("autoplot throws helpful error on default", {
  expect_snapshot_error(autoplot(1:4))
})