We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9afa2c commit 64898cdCopy full SHA for 64898cd
tests/testthat/test-tidyverse.R
@@ -16,7 +16,7 @@ test_that("use_tidy_dependencies() isn't overly informative", {
16
skip_if_offline("github.com")
17
18
create_local_package()
19
- use_package_doc()
+ use_package_doc(open = FALSE)
20
withr::local_options(usethis.quiet = FALSE, cli.width = Inf)
21
22
expect_snapshot(
0 commit comments