library(Prueba3)
context("Longitud del vector resultante")
test_that("Prueba la longitud del vector", {
expect_equal(length(suma(2,3)), 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.