tests/testthat/test-click.R

context("click / click")

test_that("works with all inputs", {
  expect_silent(click(NULL))
  expect_silent(click("string"))
  expect_silent(click(2))
  expect_silent(click(TRUE))
})

Try the dqshiny package in your browser

Any scripts or data that you put into this service are public.

dqshiny documentation built on May 2, 2019, 1:43 p.m.