jest-each
Advanced tools
Comparing version 24.0.0-alpha.12 to 24.0.0-alpha.13
@@ -233,3 +233,3 @@ 'use strict'; | ||
(acc, value, index) => | ||
Object.assign({}, acc, { | ||
Object.assign(acc, { | ||
[keys[index]]: value | ||
@@ -236,0 +236,0 @@ }), |
{ | ||
"name": "jest-each", | ||
"version": "24.0.0-alpha.12", | ||
"version": "24.0.0-alpha.13", | ||
"description": "Parameterised tests for Jest", | ||
@@ -8,3 +8,4 @@ "main": "build/index.js", | ||
"type": "git", | ||
"url": "https://github.com/facebook/jest.git" | ||
"url": "https://github.com/facebook/jest.git", | ||
"directory": "packages/jest-each" | ||
}, | ||
@@ -21,4 +22,4 @@ "keywords": [ | ||
"chalk": "^2.0.1", | ||
"jest-util": "^24.0.0-alpha.12", | ||
"pretty-format": "^24.0.0-alpha.12" | ||
"jest-util": "^24.0.0-alpha.13", | ||
"pretty-format": "^24.0.0-alpha.13" | ||
}, | ||
@@ -28,3 +29,3 @@ "engines": { | ||
}, | ||
"gitHead": "4f2bcb861d1f0fb150c05970362e52a38c31f67e" | ||
"gitHead": "6de22dde9a10f775adc7b6f80080bdd224f6ae31" | ||
} |
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
21618
Updatedjest-util@^24.0.0-alpha.13