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 026b533 commit 75f65e2Copy full SHA for 75f65e2
tests/testthat/test-use.R
@@ -12,8 +12,10 @@ test_that("Installing an extension in empty dir", {
12
test_that("Installing an extension in a new empty dir", {
13
skip_if_no_quarto()
14
skip_if_offline("github.com")
15
- dir <- withr::local_tempdir()
+ dir <- withr::local_tempfile()
16
+ dir.create(dir)
17
withr::local_dir(dir)
18
+ dir.create("empty-dir")
19
quarto_use_template(
20
"quarto-journals/jss",
21
dir = "empty-dir",
0 commit comments