tests/testthat/test-types-utils.R

test_that("Errors are handled properly.", {
  expect_error(
    abtest(tibble::tibble(x = character())),
    "must be a whole number larger than or equal to 1, not the number 0."
    )
})
rolkra/explore documentation built on April 17, 2024, 10:58 p.m.