tests/testthat/test-reexports.R

# with_label ----

test_that("with_label exported correctly", {
  expect_identical(
    chevron::with_label,
    formatters::with_label
  )
})

# reformat ----

test_that("reformat exported correctly", {
  expect_identical(
    chevron::reformat,
    dunlin::reformat
  )
})

Try the chevron package in your browser

Any scripts or data that you put into this service are public.

chevron documentation built on June 20, 2025, 5:08 p.m.