test_that("sum equals 4", {
expect_identical( sum(1, 3), 4 )
})
test_that("sum equals 4", {
expect_identical( sum(2, 2), 4 )
})
test_that("sum equals 6", {
expect_identical( sum(2, 2), 6 )
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.