Socket
Socket
Sign inDemoInstall

@types/jest

Package Overview
Dependencies
0
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20.0.1 to 20.0.2

5

jest/index.d.ts
// Type definitions for Jest 20.0.5
// Project: http://facebook.github.io/jest/
// Definitions 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>
// Definitions 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>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -117,4 +117,5 @@ // TypeScript Version: 2.1

* @param {fn?} ProvidesCallback The function for your test
* @param {timeout?} timeout The timeout for an async function test
*/
(name: string, fn?: ProvidesCallback): void;
(name: string, fn?: ProvidesCallback, timeout?: number): void;
/** Only runs this test in the current file. */

@@ -121,0 +122,0 @@ only: It;

8

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

@@ -26,2 +26,6 @@ "license": "MIT",

"url": "https://github.com/alexjoverm"
},
{
"name": "Allan Lukwago",
"url": "https://github.com/epicallan"
}

@@ -37,4 +41,4 @@ ],

"peerDependencies": {},
"typesPublisherContentHash": "561e4ef7fc94fad9148ec3884fc866fd41f2b8e29abfa170a643fb8e6c77a7ee",
"typesPublisherContentHash": "f303cca03e8b1b7f612effe8d1099160c7218e7177685049895971fd804e2d59",
"typeScriptVersion": "2.1"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 19 Jun 2017 14:21:07 GMT
* Last updated: Fri, 23 Jun 2017 14:03:03 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>.
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>.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc