eslint-plugin-jest-dom
Advanced tools
Comparing version 3.5.0 to 3.6.0
{ | ||
"name": "eslint-plugin-jest-dom", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"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", |
@@ -113,2 +113,3 @@ <div align="center"> | ||
| [prefer-to-have-attribute](https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-to-have-attribute.md) | ๐ | ๐ง | prefer toHaveAttribute over checking getAttribute/hasAttribute | | ||
| [prefer-to-have-class](https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-to-have-class.md) | ๐ | ๐ง | prefer toHaveClass over checking element className | | ||
| [prefer-to-have-style](https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-to-have-style.md) | ๐ | ๐ง | prefer toHaveStyle over checking element style | | ||
@@ -115,0 +116,0 @@ | [prefer-to-have-text-content](https://github.com/testing-library/eslint-plugin-jest-dom/blob/master/docs/rules/prefer-to-have-text-content.md) | ๐ | ๐ง | Prefer toHaveTextContent over checking element.textContent | |
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
68795
17
1036
199