We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
verbose
1 parent 96005a5 commit c752107Copy full SHA for c752107
tests/testthat/mock-pkg/tests/testthat/test-failed.R
@@ -27,8 +27,3 @@ test_that("Duplicated expectations issue a warning", {
27
skip_if_maintenance()
28
expect_doppelganger("myplot", p1_fail, "")
29
})
30
-
31
-test_that("SVGs of failing cases are printed when `verbose` is TRUE", {
32
- skip_if_maintenance()
33
- expect_doppelganger("myplot", p1_fail, "", verbose = TRUE)
34
-})
0 commit comments