test_that("Test 1: Error is issued to function call if function errors", {
expect_snapshot(
call_user_fun(compute_bmi(height = 172, weight = "hallo")),
error = TRUE
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.