@types/jest
Advanced tools
Comparing version 27.4.1 to 27.5.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for Jest 27.4 | ||
// Type definitions for Jest 27.5 | ||
// Project: https://jestjs.io/ | ||
@@ -1312,2 +1312,3 @@ // Definitions by: Asana (https://asana.com) | ||
interface MockContext<T, Y extends any[]> { | ||
lastCall: Y; | ||
calls: Y[]; | ||
@@ -1314,0 +1315,0 @@ instances: T[]; |
{ | ||
"name": "@types/jest", | ||
"version": "27.4.1", | ||
"version": "27.5.0", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -156,4 +156,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest", | ||
}, | ||
"typesPublisherContentHash": "3389942764258c967ee05389b578dcec228489c9298623bd5045a29d44fafa1e", | ||
"typeScriptVersion": "3.8", | ||
"typesPublisherContentHash": "b1b5dcb749738ee53a9a1c1cc1d18a07e6bc4733d3def9b9d248e9c2e46828f3", | ||
"typeScriptVersion": "3.9", | ||
"exports": { | ||
@@ -160,0 +160,0 @@ ".": { |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 23 Feb 2022 07:31:42 GMT | ||
* Last updated: Mon, 02 May 2022 22:31:38 GMT | ||
* Dependencies: [@types/jest-matcher-utils](https://npmjs.com/package/@types/jest-matcher-utils), [@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
71514
1447