@types/jest
Advanced tools
Comparing version 20.0.7 to 20.0.8
@@ -478,3 +478,3 @@ // Type definitions for Jest 20.0 | ||
interface Mock<T> extends Function, MockInstance<T> { | ||
new (): T; | ||
new (...args: any[]): T; | ||
(...args: any[]): any; | ||
@@ -481,0 +481,0 @@ } |
{ | ||
"name": "@types/jest", | ||
"version": "20.0.7", | ||
"version": "20.0.8", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -43,5 +43,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "8979fe1402cf9773467b9cef8e3a04219cb724473d37172daa7fa9266520f37a", | ||
"typesPublisherContentHash": "e9213f5dd589b752cd171a3394b69cb7fd931d3727a0a953662273c482bc946d", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 14 Aug 2017 18:44:00 GMT | ||
* Last updated: Wed, 23 Aug 2017 17:50:59 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
38941