test_that("square works", {
expect_equal(square(2),4)
})
test_that("square works", {
expect_equal(square(3),9)
})
test_that("square works", {
expect_equal(square(4),16)
})
test_that("square works", {
expect_equal(square(5),25)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.