mirror of https://github.com/msberends/AMR.git
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))
|
||
|
})
|