test_that("fibonacci", { expect_equal(fibonacci(10), c(0, 1, 1, 2, 3, 5, 8, 13, 21, 34)) })
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.