box::use(testthat[describe, expect_identical, it], )
box::use(app/logic/say_hello[say_hello], )
describe("say_hello()", {
it("should say hello with the correct name", {
expect_identical(say_hello("Rhino"), "Hello, Rhino!")
})
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.