box::use(
shiny[testServer],
testthat[expect_true, test_that],
)
box::use(
app/main[server],
)
test_that("main server works", {
testServer(server, {
expect_true(grepl(x = output$message$html, pattern = "Check out Rhino docs!"))
})
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.