tests/testthat/test-frameworks.R

test_that("Returns a html_dependency", {
  for (framework in c(names(frameworks), "all")) {
    lapply(
      html_dependency_framework(framework),
      expect_s3_class,
      "html_dependency"
    )
  }
})

Try the minidown package in your browser

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

minidown documentation built on March 18, 2022, 7:29 p.m.