Socket
Socket
Sign inDemoInstall

@types/jest

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jest - npm Package Compare versions

Comparing version 22.1.1 to 22.1.2

10

jest/index.d.ts

@@ -551,2 +551,12 @@ // 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 {

@@ -553,0 +563,0 @@ let DEFAULT_TIMEOUT_INTERVAL: number;

4

jest/package.json
{
"name": "@types/jest",
"version": "22.1.1",
"version": "22.1.2",
"description": "TypeScript definitions for Jest",

@@ -69,4 +69,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "f3ee5956063fbccc0d5fdfc87fdec0f916393cb0ccf4113243558ac815e0981e",
"typesPublisherContentHash": "7532ccb4a2b04cd1421ecffa291693da444a936dab3d414d04ee685a9b82c7ca",
"typeScriptVersion": "2.3"
}

@@ -11,7 +11,7 @@ # Installation

Additional Details
* Last updated: Mon, 29 Jan 2018 21:19:39 GMT
* Last updated: Fri, 09 Feb 2018 15:24:00 GMT
* Dependencies: none
* Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fdescribe, fit, it, jasmine, jest, test, xdescribe, xit, xtest
* 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>.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc