Skip to content

Commit 8859cc3

Browse files
Revert "Don't run any tests"
This reverts commit c2e0d9a.
1 parent e456628 commit 8859cc3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/testthat.R

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# library(testthat)
2-
# library(styler)
3-
# test_check("styler") # checks multiple files, in parallel
4-
#
5-
# # checks file one by one, not parallel
6-
# Sys.setenv(STYLER_TEST_IS_TRULY_PARALLEL = FALSE)
7-
# test_file("testthat/test-cache-high-level-api.R")
8-
# test_file("testthat/tests-cache-require-serial.R")
1+
library(testthat)
2+
library(styler)
3+
test_check("styler") # checks multiple files, in parallel
4+
5+
# checks file one by one, not parallel
6+
Sys.setenv(STYLER_TEST_IS_TRULY_PARALLEL = FALSE)
7+
test_file("testthat/test-cache-high-level-api.R")
8+
test_file("testthat/tests-cache-require-serial.R")

0 commit comments

Comments
 (0)