tests/testthat/test_tables.R

context("Test get table functions")
test_that("noa_get_latest function returns a tibble", {
  skip_on_cran()
  expect_is(noa_get_latest(), "tbl_df")
})
kvantas/noar documentation built on May 16, 2019, 8:11 p.m.