@types/jest
Advanced tools
Comparing version 25.2.0 to 25.2.1
@@ -1129,3 +1129,3 @@ // Type definitions for Jest 25.2 | ||
*/ | ||
mockClear(): void; | ||
mockClear(): this; | ||
/** | ||
@@ -1140,3 +1140,3 @@ * Resets all information stored in the mock, including any initial implementation and mock name given. | ||
*/ | ||
mockReset(): void; | ||
mockReset(): this; | ||
/** | ||
@@ -1143,0 +1143,0 @@ * Does everything that `mockFn.mockReset()` does, and also restores the original (non-mocked) implementation. |
{ | ||
"name": "@types/jest", | ||
"version": "25.2.0", | ||
"version": "25.2.1", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -155,4 +155,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "15b15ce6cb253354054c16dd36eb7ee60c62c8c35f49c40f4433fc4ee72fefe5", | ||
"typesPublisherContentHash": "2a6c1f87c4e268747601531a0573a0c86032de4d7b8fe6c2d67e7ad454e8e417", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 03 Apr 2020 20:57:13 GMT | ||
* Last updated: Fri, 03 Apr 2020 21:23:13 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