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.
1 parent dd169c6 commit ed1daabCopy full SHA for ed1daab
tests/testthat/test-render.R
@@ -54,6 +54,7 @@ test_that("metadata-file and metadata are merged in quarto_render", {
54
55
test_that("quarto_args in quarto_render", {
56
skip_if_no_quarto()
57
+ withr::local_envvar(list(QUARTO_R_QUIET = NA))
58
qmd <- local_qmd_file(c("content"))
59
local_quarto_run_echo_cmd()
60
withr::local_dir(dirname(qmd))
0 commit comments