@types/jest
Advanced tools
Comparing version 16.0.7 to 16.0.8
@@ -290,4 +290,4 @@ // Type definitions for Jest 16.0.0 | ||
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; | ||
} | ||
@@ -294,0 +294,0 @@ |
{ | ||
"name": "@types/jest", | ||
"version": "16.0.7", | ||
"version": "16.0.8", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -13,7 +13,9 @@ "license": "MIT", | ||
"name": "Ivo Stratev", | ||
"url": "https://github.com/NoHomey" | ||
"url": "https://github.com/NoHomey", | ||
"githubUsername": "NoHomey" | ||
}, | ||
{ | ||
"name": "jwbay", | ||
"url": "https://github.com/jwbay" | ||
"url": "https://github.com/jwbay", | ||
"githubUsername": "jwbay" | ||
} | ||
@@ -28,5 +30,4 @@ ], | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "9853b56159f78671ad7f54a4677fb20a6ca2d9b6ad0f8faebb3452ed10fd064c", | ||
"typesPublisherContentHash": "5305db1114c86e55bb791f387ba85fe55be47487f60d1b51190f89e0cd30ad47", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/jest/v16 | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest/v16 | ||
Additional Details | ||
* Last updated: Tue, 28 Feb 2017 14:21:57 GMT | ||
* Last updated: Thu, 28 Dec 2017 02:21:03 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
16218
4