# test-checks.R
# ::rtemis::
# 2025 EDG rtemis.org
# Test do_call ----
test_that("do_call() succeeds", {
expect_equal(do_call(sum, list(1, 2, 3)), 6)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.