Nothing
test_that("cli_abort() | General test", {
cli_abort("A") |> testthat::expect_error()
})
test_that("is_interactive() | General test", {
is_interactive() |> testthat::expect_equal(interactive())
})
test_that("test_file_exists() | General test", {
test_file_exists("TeST") |> testthat::expect_false()
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.