mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
This commit is contained in:
parent
e980edc149
commit
3f31cf38b8
11 changed files with 149 additions and 20 deletions
4
tests/testthat/test-app_version.R
Normal file
4
tests/testthat/test-app_version.R
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
test_that("Version is character string", {
|
||||
expect_equal(length(app_version()), 1)
|
||||
expect_true(is.character(app_version()))
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue