We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8188fde commit bdee66eCopy full SHA for bdee66e
1 file changed
tests/testthat/setup.R
@@ -10,8 +10,6 @@ vdoc <- local({
10
specs <- vdoc[["specs"]]
11
# validation (F)
12
13
-chromote::local_chrome_version(binary = "chrome-headless-shell", quiet = FALSE)
14
-
15
is_CI <- isTRUE(as.logical(Sys.getenv("CI"))) # nolint
16
is_shiny_test <- isTRUE(as.logical(Sys.getenv("TEST_LOCAL"))) | is_CI
17
0 commit comments