@types/jest
Advanced tools
Comparing version 23.1.4 to 23.1.5
@@ -345,3 +345,3 @@ // Type definitions for Jest 23.1 | ||
interface ExpectExtendMap { | ||
[key: string]: (this: MatcherUtils, received: any, ...actual: any[]) => { message(): string, pass: boolean } | Promise<{ message(): string, pass: boolean }>; | ||
[key: string]: (this: MatcherUtils, received: any, ...actual: any[]) => { message(): string | (() => string), pass: boolean } | Promise<{ message(): string, pass: boolean }>; | ||
} | ||
@@ -348,0 +348,0 @@ |
{ | ||
"name": "@types/jest", | ||
"version": "23.1.4", | ||
"version": "23.1.5", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -89,4 +89,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ab009718aa7d984907c52771ee31f2e28d09a416283c393cb7f62f8f2601cbad", | ||
"typesPublisherContentHash": "29564b6ab0456a9069b9efe5e75b02a05cb5a26eb50b2d9e53d01ed4014694d1", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 02 Jul 2018 20:44:33 GMT | ||
* Last updated: Mon, 09 Jul 2018 20:32:27 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
61706