mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
This commit is contained in:
parent
e980edc149
commit
3f31cf38b8
11 changed files with 149 additions and 20 deletions
3
tests/testthat/test-custom_SelectInput.R
Normal file
3
tests/testthat/test-custom_SelectInput.R
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
test_that("Create columnSelectInput", {
|
||||
expect_snapshot(columnSelectInput("x",label = "X",data = mtcars))
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue