jest-emotion
Advanced tools
Comparing version 11.0.0-next.4 to 11.0.0-next.7
# jest-emotion | ||
## 11.0.0-next.7 | ||
### Patch Changes | ||
- Updated dependencies [[`5c55fd17`](https://github.com/emotion-js/emotion/commit/5c55fd17dcaec84d1f5d5d13ae90dd336d7e4403)]: | ||
- @emotion/core@11.0.0-next.7 | ||
## 11.0.0-next.4 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "jest-emotion", | ||
"version": "11.0.0-next.4", | ||
"version": "11.0.0-next.7", | ||
"description": "Jest utilities for emotion", | ||
@@ -24,3 +24,3 @@ "main": "dist/jest-emotion.cjs.js", | ||
"devDependencies": { | ||
"@emotion/core": "^11.0.0-next.4", | ||
"@emotion/core": "^11.0.0-next.7", | ||
"dtslint": "^0.3.0", | ||
@@ -27,0 +27,0 @@ "emotion": "^11.0.0-next.0", |
@@ -19,3 +19,5 @@ # jest-emotion | ||
// ... other config | ||
snapshotSerializers: ['jest-emotion'] | ||
snapshotSerializers: [ | ||
'jest-emotion' /* if needed other snapshotSerializers should go here */ | ||
] | ||
} | ||
@@ -22,0 +24,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
66488
200