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 573ed24 commit 1a13355Copy full SHA for 1a13355
tests/testthat/test-render.R
@@ -48,6 +48,7 @@ test_that("metadata-file and metadata are merged in quarto_render", {
48
49
test_that("quarto_args in quarto_render", {
50
skip_if_no_quarto()
51
+ withr::local_envvar(list(QUARTO_R_QUIET = NA))
52
qmd <- local_qmd_file(c("content"))
53
local_quarto_run_echo_cmd()
54
withr::local_dir(dirname(qmd))
0 commit comments