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 84871a5 commit 5cf06aaCopy full SHA for 5cf06aa
tests/testthat/helper-TealAppDriver.R
@@ -7,7 +7,8 @@ init_teal_app_driver <- function(...) {
7
testthat::with_mocked_bindings(
8
{
9
TealAppDriver <- getFromNamespace("TealAppDriver", "teal") # nolint: object_name.
10
- TealAppDriver$new(...)
+
11
+ TealAppDriver$new(init(...))
12
},
13
shinyApp = function(ui, server, ...) {
14
functionBody(server) <- bquote({
0 commit comments