# Fun: path() -------------------------------------------------------------
test_that("path() is working",{
path <- thaipdf_paths()
expect_type(path, "list")
})
test_that("before_body() is working", {
path_bb <- before_body()
expect_type(path_bb, "character")
expect_true(fs::file_exists(path_bb))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.