Skip to content

Commit

Permalink
Cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Sep 20, 2024
1 parent 0594a63 commit 6b125da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ library(readr)
library(tibble)
library(csasdown)

test_check("dplyr")
# test_check("dplyr")
# test_check("ggplot2")
test_check("readr")
test_check("tibble")
# test_check("readr")
# test_check("tibble")
test_check("csasdown")
2 changes: 1 addition & 1 deletion tests/testthat/test-fsar.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ test_that("FSAR builds", {
create_dir = FALSE,
edit = FALSE
))
render_sar()
csasdown::render_sar()
expect_true(file.exists("_book/fsar.docx"))
})

0 comments on commit 6b125da

Please sign in to comment.