Nothing
context("golem tests")
library(golem)
testthat::test_that("app ui", {
ui <- app_ui()
golem::expect_shinytaglist(ui)
})
testthat::test_that("app server", {
server <- app_server
testthat::expect_is(server, "function")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.