Nothing
test_that("career() prints without erroring on a fresh save", {
texanshootR:::ensure_save_dir()
c1 <- career()
expect_s3_class(c1, "tx_career")
expect_true(nzchar(format(c1)))
expect_output(print(c1), "Career:")
})
test_that("achievements() returns the registry with hidden labels", {
a <- achievements()
expect_s3_class(a, "data.frame")
expect_true(nrow(a) >= 20L)
expect_true(any(a$name == "???"))
})
test_that("wardrobe() list view does not error", {
expect_invisible(wardrobe())
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.