test_that("first function works", {
expect_equal(2, add_one(1))
})
test_that("second function_works", {
expect_equal(3, add_two(1))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.