tests/testthat/test-mod_help_server.R

testServer(
  mod_help_chromosome_hot_server,
  # Add here your module params
  args = list(),
  {
    ns <- session$ns
    expect_true(
      inherits(ns, "function")
    )
    expect_true(
      grepl(id, ns(""))
    )
    expect_true(
      grepl("test", ns("test"))
    )
  }
)
biodosimetry-uab/biodosetools documentation built on Jan. 26, 2024, 5:36 p.m.