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 7584261 commit 5cda9e4Copy full SHA for 5cda9e4
tests/testthat/helper-TealAppDriver.R
@@ -13,7 +13,7 @@ init_teal_app_driver <- function(...) {
13
functionBody(server) <- bquote({
14
# Hint to shinytest2 that this package should be available (via {globals})
15
.hint_to_load_package <- add_facet_labels
16
- .one_more_inht_to_load <- sparkline::sparkline
+ .one_more_inht_to_load_package <- sparkline::sparkline
17
.(functionBody(server))
18
})
19
0 commit comments