test_that("use", {
arena <- create_test_arena()
player <- create_test_player()
expect_silent(create_game_state(arena, player))
expect_silent(check_game_state(create_game_state(arena, player)))
})
test_that("misuse", {
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.