tests/testthat/test-colors.R

test_that("Council Blue is correct color code", {
  testthat::expect_equal(colors$councilBlue, "#0054A4")
})

test_that("All 29 colors are included", {
  testthat::expect_equal(length(colors), 29L)
})
Metropolitan-Council/councilR documentation built on March 30, 2024, 2:43 a.m.