Nothing
with_mock_dir('t/g/fs', {
test_that('`bs_get_follow_suggestions()` works', {
x <- bs_get_follow_suggestions('chriskenny.bsky.social', auth = auth)
expect_s3_class(x, 'tbl_df')
})
})
with_mock_dir('t/g/fs', {
test_that('`bs_get_follow_suggestions()` works', {
x <- bs_get_follow_suggestions('chriskenny.bsky.social', auth = auth, clean = FALSE)
expect_equal(class(x), 'list')
})
})
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.