jest-emotion
Advanced tools
Comparing version 10.0.27 to 10.0.32
# jest-emotion | ||
## 10.0.32 | ||
### Patch Changes | ||
- [`5af2755`](https://github.com/emotion-js/emotion/commit/5af27554d3aec20691a4675e57433bb01cd535a4) [#1808](https://github.com/emotion-js/emotion/pull/1808) Thanks [@Andarist](https://github.com/Andarist)! - Fixed compatibility with latest `jest` TS types. | ||
## 10.0.27 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "jest-emotion", | ||
"version": "10.0.27", | ||
"version": "10.0.32", | ||
"description": "Jest utilities for emotion", | ||
@@ -5,0 +5,0 @@ "main": "dist/jest-emotion.cjs.js", |
@@ -26,3 +26,6 @@ // Definitions by: Junyoung Clare Jang <https://github.com/Ailrun> | ||
): jest.SnapshotSerializerPlugin | ||
export const print: jest.SnapshotSerializerPlugin['print'] | ||
export const print: Extract< | ||
jest.SnapshotSerializerPlugin, | ||
{ print: any } | ||
>['print'] | ||
export const test: jest.SnapshotSerializerPlugin['test'] | ||
@@ -29,0 +32,0 @@ declare const serializer: jest.SnapshotSerializerPlugin |
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
65413
1531