Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Merge branch '1187_decorate_output@main' of https://github.com/insightsengineering/teal into 1187_decorate_output@main

# Conflicts:
#	tests/testthat/test-module_teal.R
  • Loading branch information
m7pr committed Nov 14, 2024
2 parents 30002e1 + 8d3a465 commit 0f6a2a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions R/modules.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ setOldClass("teal_modules")
#' @param ui_args (named `list`) with additional arguments passed on to the UI function.
#' @param x (`teal_module` or `teal_modules`) Object to format/print.
#' @param transformators (`list` of `teal_transform_module`) that will be applied to transformator module's data input.
#' Each transformator module UI will appear in the `teal` application, unless the `custom_ui` attribute is set on the
#' list. If so, the module developer is responsible to display the UI in the module itself. `datanames` of the
#' `transformators` will be added to the `datanames`.
#'
#'
#' @param ...
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-decorators.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
testthat::skip_if_not_installed("shinytest2")
testthat::skip_if_not_installed("rvest")

testthat::test_that("e2e: module with decorator shows decorator's UI and output reacts to changes in UI", {
testthat::test_that("e2e: module with decorator shows decorator's UI and module output is modified interactively upon changes in decorate module", {
skip_if_too_deep(5)

interactive_decorator <- teal_transform_module(
Expand Down

0 comments on commit 0f6a2a8

Please sign in to comment.