@types/jest
Advanced tools
Comparing version 26.0.19 to 26.0.20
@@ -30,2 +30,3 @@ // Type definitions for Jest 26.0 | ||
// Regev Brody <https://github.com/regevbr> | ||
// Alexandre Germain <https://github.com/gerkindev> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -1193,3 +1194,3 @@ // Minimum TypeScript Version: 3.8 | ||
*/ | ||
getMockImplementation(): (...args: Y) => T | undefined; | ||
getMockImplementation(): ((...args: Y) => T) | undefined; | ||
/** | ||
@@ -1196,0 +1197,0 @@ * Accepts a function that should be used as the implementation of the mock. The mock itself will still record |
{ | ||
"name": "@types/jest", | ||
"version": "26.0.19", | ||
"version": "26.0.20", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -136,2 +136,7 @@ "license": "MIT", | ||
"githubUsername": "regevbr" | ||
}, | ||
{ | ||
"name": "Alexandre Germain", | ||
"url": "https://github.com/gerkindev", | ||
"githubUsername": "gerkindev" | ||
} | ||
@@ -151,4 +156,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "9c614362fdae055982ddc1ec8ad301e1487417327bdbb6ea1ff078aea83b81b9", | ||
"typesPublisherContentHash": "fd2f1aeaaf8c9257855794609142e4cf462a09b6ee1a337f1ca0e797c1718ce7", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 10 Dec 2020 22:33:57 GMT | ||
* Last updated: Thu, 07 Jan 2021 08:51:23 GMT | ||
* Dependencies: [@types/jest-diff](https://npmjs.com/package/@types/jest-diff), [@types/pretty-format](https://npmjs.com/package/@types/pretty-format) | ||
@@ -18,2 +18,2 @@ * Global values: `afterAll`, `afterEach`, `beforeAll`, `beforeEach`, `describe`, `expect`, `fail`, `fdescribe`, `fit`, `it`, `jasmine`, `jest`, `pending`, `spyOn`, `test`, `xdescribe`, `xit`, `xtest` | ||
These definitions were written by [Asana (https://asana.com) | ||
// Ivo Stratev](https://github.com/NoHomey), [jwbay](https://github.com/jwbay), [Alexey Svetliakov](https://github.com/asvetliakov), [Alex Jover Morales](https://github.com/alexjoverm), [Allan Lukwago](https://github.com/epicallan), [Ika](https://github.com/ikatyang), [Waseem Dahman](https://github.com/wsmd), [Jamie Mason](https://github.com/JamieMason), [Douglas Duteil](https://github.com/douglasduteil), [Ahn](https://github.com/ahnpnl), [Josh Goldberg](https://github.com/joshuakgoldberg), [Jeff Lau](https://github.com/UselessPickles), [Andrew Makarov](https://github.com/r3nya), [Martin Hochel](https://github.com/hotell), [Sebastian Sebald](https://github.com/sebald), [Andy](https://github.com/andys8), [Antoine Brault](https://github.com/antoinebrault), [Gregor Stamać](https://github.com/gstamac), [ExE Boss](https://github.com/ExE-Boss), [Alex Bolenok](https://github.com/quassnoi), [Mario Beltrán Alarcón](https://github.com/Belco90), [Tony Hallett](https://github.com/tonyhallett), [Jason Yu](https://github.com/ycmjason), [Devansh Jethmalani](https://github.com/devanshj), [Pawel Fajfer](https://github.com/pawfa), and [Regev Brody](https://github.com/regevbr). | ||
// Ivo Stratev](https://github.com/NoHomey), [jwbay](https://github.com/jwbay), [Alexey Svetliakov](https://github.com/asvetliakov), [Alex Jover Morales](https://github.com/alexjoverm), [Allan Lukwago](https://github.com/epicallan), [Ika](https://github.com/ikatyang), [Waseem Dahman](https://github.com/wsmd), [Jamie Mason](https://github.com/JamieMason), [Douglas Duteil](https://github.com/douglasduteil), [Ahn](https://github.com/ahnpnl), [Josh Goldberg](https://github.com/joshuakgoldberg), [Jeff Lau](https://github.com/UselessPickles), [Andrew Makarov](https://github.com/r3nya), [Martin Hochel](https://github.com/hotell), [Sebastian Sebald](https://github.com/sebald), [Andy](https://github.com/andys8), [Antoine Brault](https://github.com/antoinebrault), [Gregor Stamać](https://github.com/gstamac), [ExE Boss](https://github.com/ExE-Boss), [Alex Bolenok](https://github.com/quassnoi), [Mario Beltrán Alarcón](https://github.com/Belco90), [Tony Hallett](https://github.com/tonyhallett), [Jason Yu](https://github.com/ycmjason), [Devansh Jethmalani](https://github.com/devanshj), [Pawel Fajfer](https://github.com/pawfa), [Regev Brody](https://github.com/regevbr), and [Alexandre Germain](https://github.com/gerkindev). |
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
71598
1469