We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214208b commit be03a19Copy full SHA for be03a19
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
0 commit comments