tests/testthat/test-module_tsne.R

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

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

test_that("multiplication works", {
  testthat::expect_equal(class(a), "shiny.tag")
  #testthat::expect_known_hash(a, "c9379a4531")
})
chasemc/ghosts documentation built on May 8, 2019, 12:50 a.m.