mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run
3 lines
111 B
R
3 lines
111 B
R
test_that("Create columnSelectInput", {
|
|
expect_snapshot(columnSelectInput("x",label = "X",data = mtcars))
|
|
})
|