😎 Give your xaringan slides some style
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
170B

  1. test_that("printing google_font works", {
  2. expect_known_output(
  3. print(google_font("Josefin Sans", "400", "400i", "600i", "700")),
  4. "google-font-print.txt"
  5. )
  6. })