1test_that("can output durations", {
2  expect_snapshot({
3    pillar(lubridate::as.duration(1:3))
4  })
5})
6