diff --git a/tests/testthat/test-options.R b/tests/testthat/test-options.R index 22ad22c6f..f60ec3264 100644 --- a/tests/testthat/test-options.R +++ b/tests/testthat/test-options.R @@ -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)