@types/jest
Advanced tools
Comparing version 23.1.0 to 23.1.1
@@ -212,2 +212,10 @@ // Type definitions for Jest 23.1 | ||
interface Each { | ||
(cases: any[]): (name: string, fn: (...args: any[]) => any) => void; | ||
(strings: TemplateStringsArray, ...placeholders: any[]): ( | ||
name: string, | ||
fn: (arg: any) => any | ||
) => void; | ||
} | ||
/** | ||
@@ -231,2 +239,3 @@ * Creates a test closure | ||
concurrent: It; | ||
each: Each; | ||
} | ||
@@ -239,2 +248,3 @@ | ||
skip: Describe; | ||
each: Each; | ||
} | ||
@@ -241,0 +251,0 @@ |
{ | ||
"name": "@types/jest", | ||
"version": "23.1.0", | ||
"version": "23.1.1", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -89,4 +89,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "43db37f780da00ecfada28b99ef7bbae09183013c7b6a85ba702e3fa5fac09b2", | ||
"typesPublisherContentHash": "78d7c9fc44b96aaf168c47f89d300a9af5348d2d9f20d71721943f25dfce57a5", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Jun 2018 19:16:56 GMT | ||
* Last updated: Mon, 18 Jun 2018 22:47:04 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest |
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
52048
1266