test_that("Output is an integer", {
expect_type(AddTwoIntegers(13,17),"integer")
})
test_that("Output is the sum of the two inputs", {
expect_equal(AddTwoIntegers(13,17),30)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.