@types/jest
Advanced tools
Comparing version 22.1.0 to 22.1.1
@@ -551,12 +551,2 @@ // Type definitions for Jest 22.1 | ||
declare function spyOn(object: any, method: string): jasmine.Spy; | ||
/** | ||
* If you call the function pending anywhere in the spec body, | ||
* no matter the expectations, the spec will be marked pending. | ||
*/ | ||
declare function pending(reason?: string): void; | ||
/** | ||
* Fails a test when called within one. | ||
*/ | ||
declare function fail(error?: any): void; | ||
declare namespace jasmine { | ||
@@ -563,0 +553,0 @@ let DEFAULT_TIMEOUT_INTERVAL: number; |
{ | ||
"name": "@types/jest", | ||
"version": "22.1.0", | ||
"version": "22.1.1", | ||
"description": "TypeScript definitions for Jest", | ||
@@ -69,4 +69,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7532ccb4a2b04cd1421ecffa291693da444a936dab3d414d04ee685a9b82c7ca", | ||
"typesPublisherContentHash": "f3ee5956063fbccc0d5fdfc87fdec0f916393cb0ccf4113243558ac815e0981e", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,7 +11,7 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 23 Jan 2018 20:05:42 GMT | ||
* Last updated: Mon, 29 Jan 2018 21:19:39 GMT | ||
* Dependencies: none | ||
* Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest | ||
* Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fdescribe, fit, it, jasmine, jest, 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>. |
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
41518
1003