mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-17 01:52:32 -05:00
Fix options test
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
context("options")
|
||||
|
||||
test_that("Local options", {
|
||||
# Clear out any options so we know we're starting fresh
|
||||
.globals$options <- list()
|
||||
|
||||
# Basic options
|
||||
shinyOptions(a = 1, b = 2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user