We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214208b commit 0029eddCopy full SHA for 0029edd
1 file changed
tests/testthat/test-build.R
@@ -14,7 +14,8 @@ test_that("build_site can be made unquiet", {
14
build_site(
15
pkg,
16
quiet = FALSE,
17
- preview = FALSE
+ preview = FALSE,
18
+ override = list(template = list(`build-md` = FALSE))
19
)
20
21
@@ -24,7 +25,8 @@ test_that("build_site can be made unquiet", {
24
25
capture.output(
26
27
28
29
30
31
32
0 commit comments