Skip to content
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/breezy-carpets-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/jest': major
---

`test` & `print` are no longer exported as named exports. If you want to access the default serializer just access the default export. This means that `@emotion/jest` can be used directly as the value for `snapshotSerializers`, but rather you should use `@emotion/jest/serializer` for this.
5 changes: 5 additions & 0 deletions .changeset/famous-bats-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/jest': minor
---

Improved printing of nested at-rules.
5 changes: 5 additions & 0 deletions .changeset/nervous-nails-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/jest': major
---

Refactored to use new serializers API which has been introduced in Jest 21.
5 changes: 5 additions & 0 deletions .changeset/odd-poems-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/jest': minor
---

Fixed an issue with all styles being recognized as changed in Jest 25 on unrelated changed.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"@emotion/eslint-plugin": "10.0.14",
"@emotion/jest": "11.0.0-next.7",
"@emotion/react": "11.0.0-next.7",
"@emotion/server": "11.0.0-next.0"
"@emotion/server": "11.0.0-next.0",
"@emotion/css-prettifier": "1.0.0-next.0"
},
"changesets": [
"angry-cheetahs-march",
Expand Down
Loading