@testing-library/jest-dom
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -30,3 +30,3 @@ "use strict"; | ||
function isSubset(styles, computedStyle) { | ||
return Object.entries(styles).every(([prop, value]) => computedStyle.getPropertyValue(prop.toLowerCase()) === value.toLowerCase()); | ||
return Object.entries(styles).every(([prop, value]) => computedStyle.getPropertyValue(prop.toLowerCase()) === value); | ||
} | ||
@@ -33,0 +33,0 @@ |
{ | ||
"name": "@testing-library/jest-dom", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "Custom jest matchers to test the state of the 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
88708