inst/tests/testthat/test-update_visualizer.R

test <- dataForPlotly(library2, id = 2) 

test_that("plotlyData", {
  expect_equal(as.character(unique(test$ID)), "2")
})

test_that("plotlyData", {
  expect_is(test$ID, "factor")
})


test_that("network visulisation", {
  
  skip("development")
  
  
})
daniellyz/MergeION2 documentation built on Feb. 12, 2025, 11:23 a.m.