Nothing
test_that("Error happens when update function has no session argument", {
local_mocked_bindings(!!!create_test_update_fns("selectInput"), .package = "shiny")
expect_error(
shiny::selectInput(inputId = "select", label = "Label"),
"Unable to determine session argument for `selectInput()`",
fixed = TRUE
)
})
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.