Nothing
test_that("expect-chk-error", {
expect_s3_class(expect_chk_error(chk_flag(1)), "chk_error")
expect_error(
expect_chk_error(chk_flag(TRUE)),
"",
class = "expectation_failure"
)
expect_error(
expect_chk_error(chk_flag(TRUE), class = "chk_error"),
"`class` must be NULL."
)
})
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.