tests/testthat/test-function-get_store_folder.R

test_that("get_store_folder() works", {

  path <- try(kwb.fakin:::get_store_folder())

  if (! inherits(path, "try-error")) {

    expect_true(file.exists(path))
  }
})
KWB-R/kwb.fakin documentation built on June 14, 2022, 2 p.m.