aboutsummaryrefslogtreecommitdiff
path: root/tests/tinytest.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tinytest.R')
-rw-r--r--tests/tinytest.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tinytest.R b/tests/tinytest.R
index 6c6da60..1fcd6d0 100644
--- a/tests/tinytest.R
+++ b/tests/tinytest.R
@@ -1,4 +1,4 @@
if ( requireNamespace("tinytest", quietly=TRUE) ){
- tinytest::test_package("jagsUI")
+ tinytest::test_package("jagsUI", color=FALSE, verbose=0)
}