test_that("visualise_dependencies returns a visNetwork", {
deps <- visualise_dependencies(testthat::auto_test)
expect_s3_class(deps, "visNetwork")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.