[28aa3b]: / inst / tests / test-testthat.R

Download this file

9 lines (5 with data), 131 Bytes

1
2
3
4
5
6
context("Intentional pass")
test_that("testthat is working", {
expect_that(TRUE, equals(TRUE))
expect_that(1, equals(1))
})