We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95219e8 commit 0121b42Copy full SHA for 0121b42
tests/testthat/helper-skip.R
@@ -18,7 +18,7 @@ skip_cloud_tests <- function() {
18
19
skip_shinytest_tests <- function() {
20
skip_on_cran()
21
- skip_if_not_installed("shinytest")
+ skip_if_not_installed("shinytest2")
22
if (!grepl("true", Sys.getenv("SHINYTEST"), fixed = TRUE)) {
23
skip("shinytest testing requires the SHINYTEST environment variable to be true")
24
}
0 commit comments