Socket
Socket
Sign inDemoInstall

eslint-plugin-jest-dom

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jest-dom - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

2

dist/rules/prefer-to-have-style.js

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

//expect(el).toHaveAttribute("style", "foo: bar");
[`CallExpression[callee.property.name][arguments.0.value=style][arguments.1]`](node) {
[`CallExpression[callee.property.name=toHaveAttribute][arguments.0.value=style][arguments.1][callee.object.callee.name=expect]`](node) {
context.report({

@@ -95,0 +95,0 @@ node: node.arguments[0],

{
"name": "eslint-plugin-jest-dom",
"version": "3.2.2",
"version": "3.2.3",
"description": "ESLint plugin to follow best practices and anticipate common mistakes when writing tests with jest-dom",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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