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 037a92a commit f4568c3Copy full SHA for f4568c3
tests/testthat/test-render.R
@@ -16,7 +16,7 @@ test_that("`quarto_render(as_job = TRUE)` is wrapable", {
16
skip_if(is.null(quarto_path()))
17
skip_if_not_installed("rstudioapi")
18
skip_if_not_installed("rprojroot")
19
- skip_if(!rstudioapi::isAvailable())
+ skip_if_not(rstudioapi::isAvailable())
20
dir <- rprojroot::find_testthat_root_file()
21
input <- file.path(dir, "test.Rmd")
22
output <- file.path(dir, "test.html")
0 commit comments