@types/jest
Advanced tools
Comparing version 25.2.1 to 25.2.2
@@ -179,3 +179,3 @@ // Type definitions for Jest 25.2 | ||
*/ | ||
function requireActual(moduleName: string): any; | ||
function requireActual<TModule = any>(moduleName: string): TModule; | ||
/** | ||
@@ -185,3 +185,3 @@ * Returns a mock module instead of the actual module, bypassing all checks | ||
*/ | ||
function requireMock(moduleName: string): any; | ||
function requireMock<TModule = any>(moduleName: string): TModule; | ||
/** | ||
@@ -188,0 +188,0 @@ * Resets the module registry - the cache of all required modules. This is |
{ | ||
"name": "@types/jest", | ||
"version": "25.2.1", | ||
"version": "25.2.2", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -155,4 +155,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "2a6c1f87c4e268747601531a0573a0c86032de4d7b8fe6c2d67e7ad454e8e417", | ||
"typesPublisherContentHash": "bf41c289d7d9b270f34a947c0d9270d6b4f883aa09e9dcdbc5f95911376b43eb", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 03 Apr 2020 21:23:13 GMT | ||
* Last updated: Wed, 13 May 2020 18:46:57 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` |
Sorry, the diff of this file is not supported yet
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
68869