eslint-plugin-jest-dom
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46958