mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
4 lines
111 B
R
4 lines
111 B
R
|
test_that("Create columnSelectInput", {
|
||
|
expect_snapshot(columnSelectInput("x",label = "X",data = mtcars))
|
||
|
})
|