tests/testthat/test-06-misc.R

context("Miscellaneous tests")

test_that("Testing utility functions", {
    expect_equal('value' %||% 'test', 'value')
    expect_equal(NULL %||% 'test', 'test')
})
isoverse/isotopia documentation built on Nov. 5, 2019, 2:40 p.m.