tests/testthat/test-myplot.R

context("test-myplot")

test_that("myplot works", {
  myplot_output <- myplot()
  expect_equal(length(myplot_output),
               9)
})
LiYingWang/mytest documentation built on May 7, 2019, 8:20 a.m.