Socket
Socket
Sign inDemoInstall

@types/jest

Package Overview
Dependencies
2
Maintainers
1
Versions
207
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 25.2.0 to 25.2.1

4

jest/index.d.ts

@@ -1129,3 +1129,3 @@ // Type definitions for Jest 25.2

*/
mockClear(): void;
mockClear(): this;
/**

@@ -1140,3 +1140,3 @@ * Resets all information stored in the mock, including any initial implementation and mock name given.

*/
mockReset(): void;
mockReset(): this;
/**

@@ -1143,0 +1143,0 @@ * Does everything that `mockFn.mockReset()` does, and also restores the original (non-mocked) implementation.

{
"name": "@types/jest",
"version": "25.2.0",
"version": "25.2.1",
"description": "TypeScript definitions for Jest",

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

},
"typesPublisherContentHash": "15b15ce6cb253354054c16dd36eb7ee60c62c8c35f49c40f4433fc4ee72fefe5",
"typesPublisherContentHash": "2a6c1f87c4e268747601531a0573a0c86032de4d7b8fe6c2d67e7ad454e8e417",
"typeScriptVersion": "3.1"
}

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

### Additional Details
* Last updated: Fri, 03 Apr 2020 20:57:13 GMT
* Last updated: Fri, 03 Apr 2020 21:23:13 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`

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