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 Aug. 15, 2023, 9:07 a.m.