test_that("equal_to_set", {
set <- moi_equal_to_set(5)
expect_s4_class(set, "MOI_equal_to_set")
expect_equal(set@value, 5)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.