jest-each
Advanced tools
Comparing version 27.4.6 to 27.5.0
@@ -9,5 +9,5 @@ /** | ||
import type { Global } from '@jest/types'; | ||
export declare type EachTests = Array<{ | ||
export declare type EachTests = ReadonlyArray<{ | ||
title: string; | ||
arguments: Array<unknown>; | ||
arguments: ReadonlyArray<unknown>; | ||
}>; | ||
@@ -14,0 +14,0 @@ declare type GlobalCallback = (testName: string, fn: Global.ConcurrentTestFn, timeout?: number) => void; |
{ | ||
"name": "jest-each", | ||
"version": "27.4.6", | ||
"version": "27.5.0", | ||
"description": "Parameterised tests for Jest", | ||
@@ -28,7 +28,7 @@ "main": "./build/index.js", | ||
"dependencies": { | ||
"@jest/types": "^27.4.2", | ||
"@jest/types": "^27.5.0", | ||
"chalk": "^4.0.0", | ||
"jest-get-type": "^27.4.0", | ||
"jest-util": "^27.4.2", | ||
"pretty-format": "^27.4.6" | ||
"jest-get-type": "^27.5.0", | ||
"jest-util": "^27.5.0", | ||
"pretty-format": "^27.5.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "engines": { | ||
}, | ||
"gitHead": "644d2d3e53536b0d67e395c0f35f8555a67beb1e" | ||
"gitHead": "247cbe6026a590deaf0d23edecc7b2779a4aace9" | ||
} |
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
40000
Updated@jest/types@^27.5.0
Updatedjest-get-type@^27.5.0
Updatedjest-util@^27.5.0
Updatedpretty-format@^27.5.0