@types/jest
Advanced tools
Comparing version 23.3.5 to 23.3.6
@@ -668,3 +668,3 @@ // Type definitions for Jest 23.3 | ||
*/ | ||
toMatchSnapshot<T extends {[P in keyof R]: Expect['any']}>(propertyMatchers: Partial<T>, snapshotName?: string): R; | ||
toMatchSnapshot<T extends {[P in keyof R]: any}>(propertyMatchers: Partial<T>, snapshotName?: string): R; | ||
/** | ||
@@ -680,3 +680,3 @@ * This ensures that a value matches the most recent snapshot. | ||
*/ | ||
toMatchInlineSnapshot<T extends {[P in keyof R]: Expect['any']}>(propertyMatchers: Partial<T>, snapshot?: string): R; | ||
toMatchInlineSnapshot<T extends {[P in keyof R]: any}>(propertyMatchers: Partial<T>, snapshot?: string): R; | ||
/** | ||
@@ -683,0 +683,0 @@ * This ensures that a value matches the most recent snapshot with property matchers. |
{ | ||
"name": "@types/jest", | ||
"version": "23.3.5", | ||
"version": "23.3.6", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -94,4 +94,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d46a64c2f01136af11becbb3c520f5091ab90415999170dd8087835fc3cc2b84", | ||
"typesPublisherContentHash": "9d7ca3785c2d8783547d731316ba9dc40bf80fd579f691078fc773d806b5d01c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 09 Oct 2018 18:16:18 GMT | ||
* Last updated: Wed, 10 Oct 2018 20:07:15 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
64376