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