Nothing
test_that("close cats game flow works", {
cc_matrix <- deal_cards_to_cc_grid(n=2)
cc_matrix <- cc_swapper(cc_matrix, 2)
hand1 <- process_hand(cc_matrix, 1)
expect_true(all(names(hand1) == c("mispec_dist", "results")))
})
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.