context("mod viz display")
library(golem)
test_that("app ui", {
ui <- mod_viz_display_ui("viz_display_ui")
expect_shinytaglist(ui)
})
test_that("app server", {
server <- app_server
expect_is(mod_viz_display_server, "function")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.