zarro 1.204.1 → 1.204.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -198,7 +198,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
198
198
  slowSummary: [],
199
199
  started: Date.now(),
200
200
  fullLog: [],
201
- }, testProcessResults = [], testProjectPaths = await gatherPaths(testProjects, true), verbosity = env.resolve("TEST_VERBOSITY");
201
+ }, testProcessResults = [], testProjectPaths = sortTestProjects(await gatherPaths(testProjects, true)), verbosity = env.resolve("TEST_VERBOSITY");
202
202
  const testInParallel = await shouldTestInParallel(testProjectPaths);
203
203
  const concurrency = testInParallel
204
204
  ? env.resolveNumber("MAX_CONCURRENCY")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zarro",
3
- "version": "1.204.1",
3
+ "version": "1.204.2",
4
4
  "description": "Some glue to make gulp easier, perhaps even zero- or close-to-zero-conf",
5
5
  "bin": {
6
6
  "zarro": "index.js"