test_that("multiplication works", {
# expect_equal(
# hello(),
# "Hello, World!"
# )
expect_snapshot(
hello("Hello, World!")
)
expect_snapshot(
hello_old()
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.