chore: init from code-review-graph-main snapshot (v2.3.7)
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
library(testthat)
|
||||
|
||||
test_that("addition works", {
|
||||
expect_equal(add(1, 2), 3)
|
||||
})
|
||||
|
||||
test_add <- function() {
|
||||
stopifnot(add(1, 2) == 3)
|
||||
}
|
||||
Reference in New Issue
Block a user