Skip to content

Commit

Permalink
added test files
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Aug 21, 2019
1 parent 291ab9e commit ec5462b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkg/inst/tinytest/test_pkg.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

# simple test
expect_equal(1 + 1, 2)

library(tinytest.extension)

# should be fine
expect_lol("lol")

# this should also work

expect_false(ignore(expect_lol)("lulz"))

0 comments on commit ec5462b

Please sign in to comment.