context("test-login")
test_that("multiplication works", {
expect_error(login(1, "a", "b"))
expect_error(login("a", 1, "b"))
expect_error(login("a", "b", 1))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.