mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 18:41:58 +02:00
add clipboard functions again
This commit is contained in:
9
tests/testthat/test-clipboard.R
Normal file
9
tests/testthat/test-clipboard.R
Normal file
@ -0,0 +1,9 @@
|
||||
context("clipboard.R")
|
||||
|
||||
test_that("clipboard works", {
|
||||
skip_if_not(clipr::clipr_available())
|
||||
|
||||
clipboard_export(antibiotics)
|
||||
expect_identical(antibiotics,
|
||||
clipboard_import())
|
||||
})
|
Reference in New Issue
Block a user