tests/testthat/test-runes_table.R

testthat::test_that("Runes Table produces a data frame", {
    testthat::expect_s3_class(runes::runes_table(), class = "data.frame")
    testthat::expect_equal(base::length(runes::runes_table()), 3)
})

Try the runes package in your browser

Any scripts or data that you put into this service are public.

runes documentation built on July 2, 2020, 3:13 a.m.