#
# This test file has been generated by kwb.test::create_test_files()
#
test_that("reformatTimestamp() works", {
kwb.datetime:::reformatTimestamp(x = "a")
kwb.datetime:::reformatTimestamp(x = c("a", "b"))
expect_error(
kwb.datetime:::reformatTimestamp(x = 1)
# is.character(x) is not TRUE
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.