Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jul 10, 2023
1 parent ac835e1 commit e02f0dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/testthat/test_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ testthat::test_that("Whole process", {
"
)
## Sourcing all functions
list.files(path = "R", pattern = ".R", full.names = TRUE)[1:10] |>
lapply(FUN = source)
cat("test")
list.files(path = "R", pattern = ".R", full.names = TRUE) |>
lapply(FUN = source)
targets::tar_source()

## Prepare parameters
paths <<- parse_yaml_paths()
Expand Down

0 comments on commit e02f0dd

Please sign in to comment.