tests/testthat/test-adverb-auto-browse.R

test_that("auto_browse() not intended for primitive functions", {
  expect_snapshot(auto_browse(log)(NULL), error = TRUE)
  expect_error(auto_browse(identity)(NULL), NA)
})

Try the purrr package in your browser

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

purrr documentation built on Aug. 10, 2023, 9:08 a.m.