test_that("function works", {
expect_equal(plus_two(4), 6)
})
test_that("function works", {
expect_equal(plus_two(6), 8)
})
test_that("function works", {
expect_equal(mult_two(4), 8)
})
test_that("function works", {
expect_equal(mult_two(9), 18)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.