Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 73488a1

Browse files
committed
add tests
1 parent 89ebf71 commit 73488a1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tests/testthat.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
library(testthat)
2+
library(tidySummarizedExperiment)
3+
4+
test_check("tidySummarizedExperiment")

tests/testthat/test-query.R

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
context("test query")
2+
3+
library(HCAquery)
4+
5+
6+
test_that("dummy", {
7+
0 |> expect_equal(0)
8+
})

0 commit comments

Comments
 (0)