@types/jest
Advanced tools
Comparing version 26.0.23 to 26.0.24
@@ -322,3 +322,3 @@ // Type definitions for Jest 26.0 | ||
interface MockOptions { | ||
virtual?: boolean; | ||
virtual?: boolean | undefined; | ||
} | ||
@@ -456,10 +456,10 @@ | ||
interface MatcherHintOptions { | ||
comment?: string; | ||
expectedColor?: MatcherHintColor; | ||
isDirectExpectCall?: boolean; | ||
isNot?: boolean; | ||
promise?: string; | ||
receivedColor?: MatcherHintColor; | ||
secondArgument?: string; | ||
secondArgumentColor?: MatcherHintColor; | ||
comment?: string | undefined; | ||
expectedColor?: MatcherHintColor | undefined; | ||
isDirectExpectCall?: boolean | undefined; | ||
isNot?: boolean | undefined; | ||
promise?: string | undefined; | ||
receivedColor?: MatcherHintColor | undefined; | ||
secondArgument?: string | undefined; | ||
secondArgumentColor?: MatcherHintColor | undefined; | ||
} | ||
@@ -598,3 +598,3 @@ | ||
expectedAssertionsNumber: number; | ||
isExpectingAssertions?: boolean; | ||
isExpectingAssertions?: boolean | undefined; | ||
suppressedErrors: Error[]; | ||
@@ -601,0 +601,0 @@ testPath: string; |
{ | ||
"name": "@types/jest", | ||
"version": "26.0.23", | ||
"version": "26.0.24", | ||
"description": "TypeScript definitions for Jest", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest", | ||
"license": "MIT", | ||
@@ -155,4 +156,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "2ba294369468924cf573f064d944f4d4df1a25e8b23a828c75a085ef2452f0c3", | ||
"typesPublisherContentHash": "a0a643015335ff74aff8f83ef2952bcc80a1de9559f77e2a8a5f662e98634d64", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 26 Apr 2021 11:01:22 GMT | ||
* Last updated: Tue, 06 Jul 2021 21:33:43 GMT | ||
* Dependencies: [@types/jest-diff](https://npmjs.com/package/@types/jest-diff), [@types/pretty-format](https://npmjs.com/package/@types/pretty-format) | ||
@@ -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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
71673
0