tests/test-helpers/app1-standard/tests/runner2.R

b <- 2


if (!identical(helper1, "abc")){
  stop("Missing helper1")
}
if (!identical(helper2, 123)){
  stop("Missing helper2")
}
if (exists("a")){
  stop("a exists -- are we leaking in between test environments?")
}
swatrin/shiny documentation built on Feb. 22, 2020, 12:23 a.m.