@jest/test-sequencer
Advanced tools
Comparing version 30.0.0-alpha.2 to 30.0.0-alpha.3
@@ -115,3 +115,5 @@ /*! | ||
const ratio = options.suiteLength / options.shardCount; | ||
return new Array(options.shardIndex).fill(true).reduce((acc, _, shardIndex) => { | ||
return Array.from({ | ||
length: options.shardIndex | ||
}).reduce((acc, _, shardIndex) => { | ||
const dangles = shardIndex < shardRest; | ||
@@ -118,0 +120,0 @@ const shardSize = dangles ? Math.ceil(ratio) : Math.floor(ratio); |
{ | ||
"name": "@jest/test-sequencer", | ||
"version": "30.0.0-alpha.2", | ||
"version": "30.0.0-alpha.3", | ||
"repository": { | ||
@@ -22,9 +22,9 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/test-result": "30.0.0-alpha.2", | ||
"@jest/test-result": "30.0.0-alpha.3", | ||
"graceful-fs": "^4.2.9", | ||
"jest-haste-map": "30.0.0-alpha.2", | ||
"jest-haste-map": "30.0.0-alpha.3", | ||
"slash": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@jest/test-utils": "30.0.0-alpha.2", | ||
"@jest/test-utils": "30.0.0-alpha.3", | ||
"@types/graceful-fs": "^4.1.3" | ||
@@ -38,3 +38,3 @@ }, | ||
}, | ||
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4" | ||
"gitHead": "e267aff33d105399f2134bad7c8f82285104f3da" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13946
339
+ Added@jest/console@30.0.0-alpha.3(transitive)
+ Added@jest/schemas@30.0.0-alpha.3(transitive)
+ Added@jest/test-result@30.0.0-alpha.3(transitive)
+ Added@jest/types@30.0.0-alpha.3(transitive)
+ Added@sinclair/typebox@0.32.35(transitive)
+ Addedjest-haste-map@30.0.0-alpha.3(transitive)
+ Addedjest-message-util@30.0.0-alpha.3(transitive)
+ Addedjest-regex-util@30.0.0-alpha.3(transitive)
+ Addedjest-util@30.0.0-alpha.3(transitive)
+ Addedjest-worker@30.0.0-alpha.3(transitive)
+ Addedpretty-format@30.0.0-alpha.3(transitive)
- Removed@jest/console@30.0.0-alpha.2(transitive)
- Removed@jest/schemas@30.0.0-alpha.2(transitive)
- Removed@jest/test-result@30.0.0-alpha.2(transitive)
- Removed@jest/types@30.0.0-alpha.2(transitive)
- Removed@sinclair/typebox@0.31.28(transitive)
- Removedjest-haste-map@30.0.0-alpha.2(transitive)
- Removedjest-message-util@30.0.0-alpha.2(transitive)
- Removedjest-regex-util@30.0.0-alpha.2(transitive)
- Removedjest-util@30.0.0-alpha.2(transitive)
- Removedjest-worker@30.0.0-alpha.2(transitive)
- Removedpretty-format@30.0.0-alpha.2(transitive)