test_that("update", {
with_temp_package()
expect_error(add_module())
scaffold()
expect_error(add_module())
expect_error(add_module("err or"))
expect_message(add_module("mod"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.