@types/jest
Advanced tools
Comparing version 16.0.2 to 16.0.3
@@ -139,2 +139,3 @@ // Type definitions for Jest 16.0.0 | ||
toMatch(expected: string | RegExp): void; | ||
toMatchObject(expected: {}): void; | ||
toMatchSnapshot(): void; | ||
@@ -141,0 +142,0 @@ toThrow(): void; |
{ | ||
"name": "@types/jest", | ||
"version": "16.0.2", | ||
"version": "16.0.3", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -15,3 +15,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "debf65fcd19807aed29a8483b835c4f6e0b7819dbb00529921c57163216a6d76" | ||
"typesPublisherContentHash": "bf56b10c2c14143c4960d193545af1a7d4efdcc19f9dafc49354e7bcfde048fe", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 20 Dec 2016 12:18:42 GMT | ||
* Last updated: Fri, 30 Dec 2016 17:49:08 GMT | ||
* Library Dependencies: none | ||
@@ -14,0 +14,0 @@ * Module Dependencies: none |
@@ -7,2 +7,3 @@ { | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "Jest", | ||
@@ -38,3 +39,3 @@ "typingsPackageName": "jest", | ||
"hasPackageJson": false, | ||
"contentHash": "debf65fcd19807aed29a8483b835c4f6e0b7819dbb00529921c57163216a6d76" | ||
"contentHash": "bf56b10c2c14143c4960d193545af1a7d4efdcc19f9dafc49354e7bcfde048fe" | ||
} |
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
16125
308