Skip to content

Commit c2e0d9a

Browse files
Don't run any tests
1 parent fbde5db commit c2e0d9a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/testthat.R

+8-8
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)