@types/jest
Advanced tools
Comparing version 23.3.1 to 23.3.2
@@ -485,2 +485,6 @@ // Type definitions for Jest 23.3 | ||
/** | ||
* Ensure that a mock function is called with specific arguments on an Nth call. | ||
*/ | ||
nthCalledWith(nthCall: number, ...params: any[]): R; | ||
/** | ||
* Ensure that the nth call to a mock function has returned a specified value. | ||
@@ -509,2 +513,6 @@ */ | ||
/** | ||
* Ensures that a mock function is called an exact number of times. | ||
*/ | ||
toBeCalledTimes(expected: number): R; | ||
/** | ||
* Ensure that a mock function is called with specific arguments. | ||
@@ -511,0 +519,0 @@ */ |
{ | ||
"name": "@types/jest", | ||
"version": "23.3.1", | ||
"version": "23.3.2", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -94,4 +94,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "02019b6ba566ae67bc2aa93e7d374ee5ad3a50db0e66dd13da13b228cf1e6f29", | ||
"typesPublisherContentHash": "6697a48e53476de8b74fc1f4ecccd784040be0fe9fd47a51a546c4cd4991cd8a", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 26 Jul 2018 23:47:21 GMT | ||
* Last updated: Sat, 08 Sep 2018 01:20:16 GMT | ||
* Dependencies: none | ||
@@ -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
63900
1544