We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbde5db commit c2e0d9aCopy full SHA for c2e0d9a
tests/testthat.R
@@ -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")
+# library(testthat)
+# library(styler)
+# test_check("styler") # checks multiple files, in parallel
+#
+# # checks file one by one, not parallel
+# Sys.setenv(STYLER_TEST_IS_TRULY_PARALLEL = FALSE)
+# test_file("testthat/test-cache-high-level-api.R")
+# test_file("testthat/tests-cache-require-serial.R")
0 commit comments