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 0864ea5 commit 0104787Copy full SHA for 0104787
tests/testthat/test-quarto.R
@@ -18,7 +18,7 @@ test_that("quarto_run report full quarto cli error message", {
18
skip_if_no_quarto()
19
local_reproducible_output(width = 1000)
20
# Ensure we don't have colors in the output for quarto-cli error
21
- withr::local_envvar(list(R_CLI_NUM_COLORS = 1L))
+ withr::local_envvar(list(NO_COLOR = 1L))
22
# https://github.com/quarto-dev/quarto-r/issues/235
23
tmp_proj <- local_quarto_project(type = "book")
24
withr::local_dir(tmp_proj)
0 commit comments