File: test-example-2.1.R

package info (click to toggle)
r-cran-usethis 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: sh: 26; makefile: 17; cpp: 6; ansic: 3
file content (3 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (7)
1
2
3
test_that("multiplication works", {
  expect_equal(2 * 2, 4)
})