Skip to content

Commit

Permalink
add stub fx & test
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Sep 8, 2024
1 parent a600112 commit 716c402
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/stub.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
stub <- function() {
TRUE
}
3 changes: 3 additions & 0 deletions tests/testthat/test-stub.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test_that("multiplication works", {
expect_true(stub())
})

0 comments on commit 716c402

Please sign in to comment.