tests/testthat/test-plot_distribution.R

test_that("plot the distribution", {
  expect_snapshot(
    test <- plot_distribution(
      data = mtcars,
      x = mpg,
      group = ~cyl,
      bins = 50)
  )
})
Blockhead-yj/report.iqz documentation built on March 18, 2022, 5:30 a.m.