Nothing
test_that("as_hedgehog converts a quickcheck to a hedgehog generator", {
repeat_test(
property = function() {
as_hedgehog(anything()) %>%
inherits("hedgehog.internal.gen") %>%
expect_true()
}
)
})
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.