@types/jest-when
Advanced tools
Comparing version 1.1.4 to 2.4.0
@@ -1,4 +0,5 @@ | ||
// Type definitions for jest-when 1.1 | ||
// Type definitions for jest-when 2.4 | ||
// Project: https://github.com/timkindberg/jest-when#readme | ||
// Definitions by: Alden Taylor <https://github.com/aldentaylor> | ||
// Trung Dang <https://github.com/immanuel192> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -18,2 +19,4 @@ // TypeScript Version: 3.0 | ||
mockRejectedValueOnce(value: jest.RejectedValue<T>): WhenMock<T, Y>; | ||
mockImplementation(fn: (...args: Y) => T): WhenMock<T, Y>; | ||
mockImplementationOnce(fn?: (...args: Y) => T): WhenMock<T, Y>; | ||
} | ||
@@ -20,0 +23,0 @@ |
{ | ||
"name": "@types/jest-when", | ||
"version": "1.1.4", | ||
"version": "2.4.0", | ||
"description": "TypeScript definitions for jest-when", | ||
@@ -11,2 +11,7 @@ "license": "MIT", | ||
"githubUsername": "aldentaylor" | ||
}, | ||
{ | ||
"name": "Trung Dang", | ||
"url": "https://github.com/immanuel192", | ||
"githubUsername": "immanuel192" | ||
} | ||
@@ -18,3 +23,4 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/jest-when" | ||
}, | ||
@@ -25,4 +31,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "693768b93dbbae72f02658d65c4a47a42876398f62292a9efde1aac98d842f54", | ||
"typesPublisherContentHash": "dd100194ba06952c369d44b057ce028054a7acf0430fd28920fd904c2e6a222d", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 12 Feb 2019 19:31:01 GMT | ||
* Last updated: Wed, 01 May 2019 17:42:17 GMT | ||
* Dependencies: @types/jest | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Alden Taylor <https://github.com/aldentaylor>. | ||
These definitions were written by Alden Taylor <https://github.com/aldentaylor>, Trung Dang <https://github.com/immanuel192>. |
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
3764
21