jest-styled-components
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "jest-styled-components", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Jest utilities for Styled Components", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -18,3 +18,3 @@ const css = require('css') | ||
if (node.props && node.props.className) { | ||
classNames = new Set([...node.props.className.split(/\s/), ...classNames]) | ||
classNames = new Set([...node.props.className.split(/\s+/), ...classNames]) | ||
} | ||
@@ -21,0 +21,0 @@ |
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
17502