We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eb93c commit ef07f76Copy full SHA for ef07f76
tests/testthat/test-multiply.R
@@ -0,0 +1,3 @@
1
+test_that("multiplication works", {
2
+ expect_equal(2 * 2, 4)
3
+})
0 commit comments