test_that("nothing returns a maybe value", {
nothing() %>% is_maybe() %>% expect_true()
})
test_that("nothing returns a nothing value", {
nothing() %>% is_nothing() %>% expect_true()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.