We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e456628 commit 8859cc3Copy full SHA for 8859cc3
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