tests/testthat/test-utils.R

test_that("plugin validation works", {
  plugins <- list(
    "wrong-plugin" = NULL
  )

  expect_error({
    validate_plugins(plugins)
  })
})

Try the jqbr package in your browser

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

jqbr documentation built on Sept. 9, 2025, 5:30 p.m.