context("mod data upload")
library(golem)
test_that("app ui", {
ui <- mod_data_upload_ui("data_upload_ui")
expect_shinytaglist(ui)
})
test_that("app server", {
server <- app_server
expect_is(mod_data_upload_server, "function")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.