Unverified Commit b765fa6e authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] use {testthat} SummaryReporter in tests (#4567)

parent ba8533c1
...@@ -5,4 +5,5 @@ test_check( ...@@ -5,4 +5,5 @@ test_check(
package = "lightgbm" package = "lightgbm"
, stop_on_failure = TRUE , stop_on_failure = TRUE
, stop_on_warning = FALSE , stop_on_warning = FALSE
, reporter = testthat::SummaryReporter$new()
) )
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment