Nothing
test_that("Create a backend for FS", {
only_one <- yaml_content_parsed |>
purrr::pluck("datasources", 1, "backend")
connection <- create_backend_fs(only_one)
expect_s3_class(connection, c("ConnectorFS", "R6"))
## Extra class
expect_s3_class(connection, "test2")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.