@types/jest-when
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -11,2 +11,7 @@ // Type definitions for jest-when 1.1 | ||
mockReturnValue: jest.MockInstance<T>['mockReturnValue']; | ||
mockReturnValueOnce: jest.MockInstance<T>['mockReturnValueOnce']; | ||
mockResolvedValue: jest.MockInstance<T>['mockResolvedValue']; | ||
mockResolvedValueOnce: jest.MockInstance<T>['mockResolvedValueOnce']; | ||
mockRejectedValue: jest.MockInstance<T>['mockRejectedValue']; | ||
mockRejectedValueOnce: jest.MockInstance<T>['mockRejectedValueOnce']; | ||
} | ||
@@ -13,0 +18,0 @@ |
{ | ||
"name": "@types/jest-when", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for jest-when", | ||
@@ -14,2 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -23,4 +24,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "c55bd325e832f32390015e85db6fdcbc055cbe3ccb7559bb25f6198b155f30a4", | ||
"typesPublisherContentHash": "618d693ed215d6b2e2441699d010f03abb15604ef1644b88556f72b10f3ab965", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 14 Sep 2018 16:56:40 GMT | ||
* Dependencies: jest | ||
* Last updated: Wed, 05 Dec 2018 19:03:17 GMT | ||
* Dependencies: @types/jest | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
3569
23