@types/jest
Advanced tools
Comparing version 22.2.2 to 22.2.3
@@ -563,3 +563,3 @@ // Type definitions for Jest 22.2 | ||
declare function spyOn(object: any, method: string): jasmine.Spy; | ||
declare function spyOn<T>(object: T, method: keyof T): jasmine.Spy; | ||
/** | ||
@@ -566,0 +566,0 @@ * If you call the function pending anywhere in the spec body, |
{ | ||
"name": "@types/jest", | ||
"version": "22.2.2", | ||
"version": "22.2.3", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -79,4 +79,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "bfda160e165e33443f1a455f183129ea57b5935829170976d7f70205c7abff3d", | ||
"typesPublisherContentHash": "8ed1cbaa1a14bef2fdb2514bb3d972a6d9b6dc2d477846e158196fa69830576b", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 22 Mar 2018 21:28:49 GMT | ||
* Last updated: Wed, 11 Apr 2018 19:11:59 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 |
Sorry, the diff of this file is not supported yet
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
44069