Skip to content

Commit

Permalink
Skip generator tests in code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley authored and lionel- committed Aug 28, 2024
1 parent d56eaf6 commit ba086ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/helper-flowery.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
expect_snapshot0 <- function(expr, cran = TRUE) {
skip_on_covr()
inject(expect_snapshot(!!enquo0(expr), cran = cran))
}

Expand Down

0 comments on commit ba086ae

Please sign in to comment.