tests/testthat/test-legend_helpers.R

test_that("colour_text works", {
  text <- colour_text(grattan_red, "fine")

  text_not_bolder <- colour_text(grattan_red, "fine", bold_labs = FALSE, is_note = TRUE)

  expect_type(text, "character")

  expect_type(text_not_bolder, "character")
})
grattan/grattantheme documentation built on June 28, 2023, 1:50 p.m.