@types/jest
Advanced tools
Comparing version 26.0.21 to 26.0.22
@@ -1076,6 +1076,3 @@ // Type definitions for Jest 26.0 | ||
ExtendedExpectFunction<TMatchers>; | ||
/** | ||
* Construct a type with the properties of T except for those in type K. | ||
*/ | ||
type Omit<T, K extends keyof any> = Pick<T, Exclude<keyof T, K>>; | ||
type NonPromiseMatchers<T extends JestMatchersShape<any>> = Omit<T, 'resolves' | 'rejects' | 'not'>; | ||
@@ -1082,0 +1079,0 @@ type PromiseMatchers<T extends JestMatchersShape> = Omit<T['resolves'], 'not'>; |
{ | ||
"name": "@types/jest", | ||
"version": "26.0.21", | ||
"version": "26.0.22", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -155,4 +155,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "bf3504e061cef6241e4103b0dbf93926f6ee5e8a9781e8516c4e0364b22db18a", | ||
"typesPublisherContentHash": "db34d653efb7ec32fb538045beb4207a23f548a828121243bb536ba1e50e6109", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 17 Mar 2021 15:54:10 GMT | ||
* Last updated: Thu, 25 Mar 2021 18:01:17 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
71458
1465