library(testthat)
library(ShinyApp)
test_that("Correct file.name argument in function", {
expect_error(addCompanyLogo(),
'argument "file.name" is missing, with no default')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.