mirror of
https://github.com/msberends/AMR.git
synced 2025-01-14 15:21:39 +01:00
9 lines
151 B
R
9 lines
151 B
R
context("print.R")
|
|
|
|
|
|
test_that("tibble printing works", {
|
|
library(dplyr)
|
|
expect_output(print(starwars))
|
|
expect_output(print(septic_patients))
|
|
})
|