FreesearchR/tests/testthat/test-custom_SelectInput.R
Andreas Gammelgaard Damsbo 3f31cf38b8
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run
adding first tests
2025-04-14 12:13:38 +02:00

3 lines
111 B
R

test_that("Create columnSelectInput", {
expect_snapshot(columnSelectInput("x",label = "X",data = mtcars))
})