test_that("returns object of class shiny.tag", {
testthat::expect_equal(
class(confirmDeleteModal(ns=NS(namespace = "test"), 1)),
"shiny.tag"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.