@types/jest
Advanced tools
Comparing version 21.1.3 to 21.1.4
@@ -157,2 +157,7 @@ // Type definitions for Jest 21.1 | ||
/** | ||
* Set the default timeout interval for tests and before/after hooks in milliseconds. | ||
* Note: The default timeout interval is 5 seconds if this method is not called. | ||
*/ | ||
function setTimeout(timeout: number): typeof jest; | ||
/** | ||
* Creates a mock function similar to jest.fn but also tracks calls to object[methodName] | ||
@@ -159,0 +164,0 @@ */ |
{ | ||
"name": "@types/jest", | ||
"version": "21.1.3", | ||
"version": "21.1.4", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1127511992aaa13f24b52e0691d04e57892c82721fee0e7c8facc63591fa9a4e", | ||
"typesPublisherContentHash": "784214dead9f5ee5a92281c7e94f0130d0d2ab503d8f5665adda560332d80dc0", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 17 Oct 2017 00:14:44 GMT | ||
* Last updated: Tue, 17 Oct 2017 17:20:52 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
41367
991