Nothing
test_that("wait", {
expect_type(wait_until(), "closure")
my_fun <- function(...) {
"available"
}
wait_for_test <- wait_until(
my_fun,
"test initializing"
)
expect_message(
(out <- wait_for_test()),
"Waiting for"
)
expect_null(out)
})
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.