You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -597,6 +597,8 @@ function experimental_parseSpecifications(
597
597
598
598
This method will [collect tests](#parsespecification) from an array of specifications. By default, Vitest will run only `os.availableParallelism()` number of specifications at a time to reduce the potential performance degradation. You can specify a different number in a second argument.
599
599
600
+
This was available since Vitest 4.0.0 as experimental `experimental_parseSpecifications` method.
0 commit comments