@types/jest
Advanced tools
Comparing version 23.0.0 to 23.0.1
@@ -16,2 +16,3 @@ // Type definitions for Jest 23.0 | ||
// Bradley Ayers <https://github.com/bradleyayers> | ||
// Andrew Makarov <https://github.com/r3nya> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -478,2 +479,7 @@ // TypeScript Version: 2.3 | ||
/** | ||
* If you have a mock function, you can use `.toHaveBeenNthCalledWith` | ||
* to test what arguments it was nth called with. | ||
*/ | ||
toHaveBeenNthCalledWith(nthCall: number, ...params: any[]): R; | ||
/** | ||
* Used to check that an object has a `.length` property | ||
@@ -480,0 +486,0 @@ * and it is set to a certain numeric value. |
{ | ||
"name": "@types/jest", | ||
"version": "23.0.0", | ||
"version": "23.0.1", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -70,2 +70,7 @@ "license": "MIT", | ||
"githubUsername": "bradleyayers" | ||
}, | ||
{ | ||
"name": "Andrew Makarov", | ||
"url": "https://github.com/r3nya", | ||
"githubUsername": "r3nya" | ||
} | ||
@@ -80,4 +85,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "9265f5b6ff4eeb9651a71bfa04ff40c371ef6ee05bce75482b4f49f15724a0b0", | ||
"typesPublisherContentHash": "2f4dd0eff4a73d29fe3e654d8b3fc5d36a3d02a97a5c201ae888664a37f0db6d", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 01 Jun 2018 22:02:05 GMT | ||
* Last updated: Mon, 11 Jun 2018 20:24:44 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest | ||
# Credits | ||
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/AhnpGit>, Josh Goldberg <https://github.com/joshuakgoldberg>, Bradley Ayers <https://github.com/bradleyayers>. | ||
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/AhnpGit>, Josh Goldberg <https://github.com/joshuakgoldberg>, Bradley Ayers <https://github.com/bradleyayers>, Andrew Makarov <https://github.com/r3nya>. |
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
43399
1030