test_that("teset praise works", {
expect_identical(praise("Kate"),
glue::glue("You're the best, Kate!"))
expect_identical(praise("Kate", ";"),
glue::glue("You're the best, Kate;"))
expect_error(praise())
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.