Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
Merge branch 'DEVR-3502_valid_func_react_base_char_subgroup' of https://github.com/Merck/metalite.sl into DEVR-3502_valid_func_react_base_char_subgroup

# Conflicts:
#	tests/testthat/_snaps/independent-testing-react_subgroup_table/react_subgroup_table.html
#	tests/testthat/test-independent-testing-react_subgroup_table.R
  • Loading branch information
wangben718 committed Jan 14, 2025
2 parents 2e13224 + 55aaaac commit 572f9e7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ library(reactable)
library(htmltools)

test_that("Testing react_subgroup_table function via calling react_base_char function", {

# the "react_subgroup_table()" function is called inside the "react_base_char()" function
table_output <- react_base_char(
metadata_sl = meta_sl_example(),
Expand All @@ -15,7 +14,7 @@ test_that("Testing react_subgroup_table function via calling react_base_char fun
ae_specific = "rel",
width = 1200
)

rendered <- htmltools::renderTags(table_output)
expect_snapshot(cat(rendered$html))
})

0 comments on commit 572f9e7

Please sign in to comment.