@types/jest
Advanced tools
Comparing version 21.1.9 to 21.1.10
@@ -717,4 +717,4 @@ // Type definitions for Jest 21.1 | ||
interface CustomMatcher { | ||
compare<T>(actual: T, expected: T): CustomMatcherResult; | ||
compare(actual: any, expected: any): CustomMatcherResult; | ||
compare<T>(actual: T, expected: T, ...args: any[]): CustomMatcherResult; | ||
compare(actual: any, ...expected: any[]): CustomMatcherResult; | ||
} | ||
@@ -721,0 +721,0 @@ |
{ | ||
"name": "@types/jest", | ||
"version": "21.1.9", | ||
"version": "21.1.10", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "79c335f378fa4688a0dc80c88530d2cb724fe0bc77d0a1de7b82c3cae176409e", | ||
"typesPublisherContentHash": "4272a9b4836d288c1bf50d72bc38a852d6039b32fd106c1986aec0ddb1ec8e6e", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 20 Dec 2017 14:50:50 GMT | ||
* Last updated: Thu, 28 Dec 2017 02:24:48 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 |
Sorry, the diff of this file is not supported yet
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
41010