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?")
}
tomkuipers1402/shiny documentation built on Feb. 13, 2020, 7:22 p.m.