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 c9a66cd commit 0864ea5Copy full SHA for 0864ea5
tests/testthat/test-quarto.R
@@ -17,6 +17,8 @@ test_that("quarto_run gives guidance in error", {
17
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))
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