FreesearchR/tests/testthat/test-custom_SelectInput.R

4 lines
111 B
R
Raw Normal View History

2025-04-14 12:13:38 +02:00
test_that("Create columnSelectInput", {
expect_snapshot(columnSelectInput("x",label = "X",data = mtcars))
})