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 24.4.1 to 24.4.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [24.4.2](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.1...v24.4.2) (2021-09-17)
### Bug Fixes
* use correct property `hasSuggestions` rather than `hasSuggestion` ([#899](https://github.com/jest-community/eslint-plugin-jest/issues/899)) ([dfd2368](https://github.com/jest-community/eslint-plugin-jest/commit/dfd2368d1cb1789b6a95a11be24c36868bb8a819))
## [24.4.1](https://github.com/jest-community/eslint-plugin-jest/compare/v24.4.0...v24.4.1) (2021-09-17)

@@ -2,0 +9,0 @@

8

docs/rules/valid-title.md

@@ -207,7 +207,7 @@ # Enforce valid titles (`valid-title`)

```js
// with mustMatch: '$that'
// with mustMatch: '^that'
describe('the correct way to do things', () => {});
fit('this there!', () => {});
// with mustMatch: { test: '$that' }
// with mustMatch: { test: '^that' }
describe('the tests that will be run', () => {});

@@ -221,7 +221,7 @@ test('the stuff works', () => {});

```js
// with mustMatch: '$that'
// with mustMatch: '^that'
describe('that thing that needs to be done', () => {});
fit('that this there!', () => {});
// with mustMatch: { test: '$that' }
// with mustMatch: { test: '^that' }
describe('the tests that will be run', () => {});

@@ -228,0 +228,0 @@ test('that the stuff works', () => {});

@@ -44,3 +44,3 @@ "use strict";

type: 'suggestion',
hasSuggestion: true
hasSuggestions: true
},

@@ -47,0 +47,0 @@ defaultOptions: [],

@@ -45,3 +45,3 @@ "use strict";

type: 'suggestion',
hasSuggestion: true
hasSuggestions: true
},

@@ -48,0 +48,0 @@ defaultOptions: [],

@@ -42,3 +42,3 @@ "use strict";

type: 'suggestion',
hasSuggestion: true,
hasSuggestions: true,
schema: [{

@@ -45,0 +45,0 @@ type: 'object',

@@ -25,3 +25,3 @@ "use strict";

schema: [],
hasSuggestion: true
hasSuggestions: true
},

@@ -28,0 +28,0 @@ defaultOptions: [],

{
"name": "eslint-plugin-jest",
"version": "24.4.1",
"version": "24.4.2",
"description": "Eslint rules for Jest",

@@ -5,0 +5,0 @@ "keywords": [

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