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