@types/jest
Advanced tools
Comparing version 21.1.8 to 21.1.9
@@ -1049,2 +1049,4 @@ // Type definitions for Jest 21.1 | ||
// tslint:disable-next-line:no-empty-interface | ||
interface Set<T> {} // To allow non-ES6 users the Set below | ||
interface Reporter { | ||
@@ -1051,0 +1053,0 @@ onTestResult?(test: Test, testResult: TestResult, aggregatedResult: AggregatedResult): void; |
{ | ||
"name": "@types/jest", | ||
"version": "21.1.8", | ||
"version": "21.1.9", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -59,4 +59,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7b6bb1f9a8f8bea89e575667422d05fa207fa3cb83a806c700fa9d0200987056", | ||
"typesPublisherContentHash": "79c335f378fa4688a0dc80c88530d2cb724fe0bc77d0a1de7b82c3cae176409e", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 23 Nov 2017 02:09:41 GMT | ||
* Last updated: Wed, 20 Dec 2017 14:50:50 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
42105
1001