Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 26, 2024
1 parent d135736 commit bf6c89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/r.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ use_test <- function(name = NULL, open = rlang::is_interactive()) {

#' Create or edit a test helper file
#'
#' This function helps create (or navigate to) a test helper file, typically
#' This function creates (or opens) a test helper file, typically
#' `tests/testthat/helper.R`. Test helper files are executed at the
#' beginning of every automated test run and are also executed by
#' [`load_all()`][pkgload::load_all]. A helper file is a great place to
Expand Down
2 changes: 1 addition & 1 deletion man/use_test_helper.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf6c89d

Please sign in to comment.