@types/jest
Advanced tools
Comparing version 23.3.4 to 23.3.5
@@ -320,2 +320,3 @@ // Type definitions for Jest 23.3 | ||
interface MatcherUtils { | ||
readonly expand: boolean; | ||
readonly isNot: boolean; | ||
@@ -322,0 +323,0 @@ utils: { |
{ | ||
"name": "@types/jest", | ||
"version": "23.3.4", | ||
"version": "23.3.5", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -94,4 +94,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4dc8803ec28f61732734800c8b34d81eeb36056be8f1e140b2cbc60cb8a514b9", | ||
"typesPublisherContentHash": "d46a64c2f01136af11becbb3c520f5091ab90415999170dd8087835fc3cc2b84", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 08 Oct 2018 17:40:32 GMT | ||
* Last updated: Tue, 09 Oct 2018 18:16:18 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
64396
1549