tests/testthat/test-comments_trending.R

test_that("comments_trending & co work", {
  comments_trending("reviews") |>
    expect_is("tbl_df")

  comments_recent("shouts") |>
    expect_is("tbl_df")

  comments_updates() |>
    expect_is("tbl_df")
})
jemus42/tRakt documentation built on May 4, 2024, 9:21 a.m.