# === Tests for `brb` function ======================================
#####################################################################
## Return Tests ----
test_that("", {
expect_message(brb(5, "m"))
expect_message(brb(5, "h"))
expect_message(brb(5, "s"))
expect_error(brb(5, "x"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.