test_that("multiplication works", { expect_equal(2 * 2, 4) }) test_that("basic test passes", { expect_true(TRUE) })