@types/jest
Advanced tools
Comparing version 22.0.1 to 22.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for Jest 22.0 | ||
// Type definitions for Jest 22.1 | ||
// Project: http://facebook.github.io/jest/ | ||
@@ -13,2 +13,3 @@ // Definitions by: Asana <https://asana.com> | ||
// Douglas Duteil <https://github.com/douglasduteil> | ||
// Ahn <https://github.com/AhnpGit> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -173,3 +174,3 @@ // TypeScript Version: 2.3 | ||
*/ | ||
function spyOn<T extends {}, M extends keyof T>(object: T, method: M): SpyInstance<T[M]>; | ||
function spyOn<T extends {}, M extends keyof T>(object: T, method: M, accessType?: 'get' | 'set'): SpyInstance<T[M]>; | ||
/** | ||
@@ -176,0 +177,0 @@ * Indicates that the module system should never return a mocked version of |
{ | ||
"name": "@types/jest", | ||
"version": "22.0.1", | ||
"version": "22.1.0", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -55,2 +55,7 @@ "license": "MIT", | ||
"githubUsername": "douglasduteil" | ||
}, | ||
{ | ||
"name": "Ahn", | ||
"url": "https://github.com/AhnpGit", | ||
"githubUsername": "AhnpGit" | ||
} | ||
@@ -65,4 +70,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7079cbae4e26980c99ddae2c429f0055915d1af8fd338a49aa5cd0cfaef79e3f", | ||
"typesPublisherContentHash": "7532ccb4a2b04cd1421ecffa291693da444a936dab3d414d04ee685a9b82c7ca", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 04 Jan 2018 23:26:00 GMT | ||
* Last updated: Tue, 23 Jan 2018 20:05:42 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>. | ||
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>. |
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
41880
1013