jest-styled-components
Advanced tools
Comparing version 6.3.3 to 6.3.4
{ | ||
"name": "jest-styled-components", | ||
"version": "6.3.3", | ||
"version": "6.3.4", | ||
"description": "Jest utilities for Styled Components", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -15,5 +15,5 @@ declare namespace jest { | ||
interface Matchers<R> { | ||
interface Matchers<R, T> { | ||
toHaveStyleRule(property: string, value?: Value, options?: Options): R; | ||
} | ||
} |
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
36452