tests/testthat/test-theme.R

test_that("create_theme works", {
  withr::with_tempdir({
    expect_snapshot_output(create_theme("my-style"))
    expect_true(file.exists("my-style.css"))
  })
})
rstudio/distill documentation built on Dec. 9, 2023, 8:19 p.m.