context('addition tests') test_that('1 + 1 = 2', { expect_equal(2, addition(1,1)) expect_equal(10, addition(-5,15)) })
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.