mirror of
https://github.com/msberends/AMR.git
synced 2025-01-15 02:01:37 +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))
|
||
|
})
|