test_that("hello works", {
test_name = "Alice"
test_message = paste0 ("Hello ", test_name, "!")
expect_identical (test_message, hello (test_name))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.