tests/testthat/test-module_tsne.R

context("test-module_tsne")
set.seed(42)

a <- tsneUiPop(function(x)x, 
                         plotTitle = "tsne")

test_that("multiplication works", {
  testthat::expect_equal(class(a), "shiny.tag")
  #testthat::expect_known_hash(a, "c9379a4531")
})
chasemc/IDBacApp documentation built on Oct. 22, 2022, 2:52 a.m.