Socket
Socket
Sign inDemoInstall

eslint-plugin-jest

Package Overview
Dependencies
Maintainers
11
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jest - npm Package Compare versions

Comparing version 22.4.1 to 22.5.0

docs/rules/no-mocks-import.md

1

index.js

@@ -30,2 +30,3 @@ 'use strict';

'jest/no-jest-import': 'error',
// 'jest/no-mocks-import': 'error',
'jest/no-jasmine-globals': 'warn',

@@ -32,0 +33,0 @@ 'jest/no-test-prefixes': 'error',

2

package.json
{
"name": "eslint-plugin-jest",
"version": "22.4.1",
"version": "22.5.0",
"description": "Eslint rules for Jest",

@@ -5,0 +5,0 @@ "repository": "jest-community/eslint-plugin-jest",

@@ -105,2 +105,3 @@ [![Build Status](https://travis-ci.org/jest-community/eslint-plugin-jest.svg?branch=master)](https://travis-ci.org/jest-community/eslint-plugin-jest)

| [no-jest-import][] | Disallow importing `jest` | ![recommended][] | |
| [no-mocks-import][] | Disallow manually importing from `__mocks__` | | |
| [no-large-snapshots][] | Disallow large snapshots | | |

@@ -142,2 +143,3 @@ | [no-test-callback][] | Using a callback in asynchronous tests | | ![fixable-green][] |

[no-jest-import]: docs/rules/no-jest-import.md
[no-mocks-import]: docs/rules/no-mocks-import.md
[no-large-snapshots]: docs/rules/no-large-snapshots.md

@@ -144,0 +146,0 @@ [no-test-callback]: docs/rules/no-test-callback.md

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