library(testthat)
library(FacebookMessageTimes)
library(lubridate)
test_that("date time works", {
data <- list(1553509000)
expect_true( as.character(get_datetime(data)) == "2019-03-25 19:46:40")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.