Skip to content

Commit

Permalink
Update .changeset/breezy-carpets-smile.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Hamilton <mitchell@hamil.town>
  • Loading branch information
Andarist and emmatown authored May 21, 2020
1 parent 0ad7d73 commit 16fa4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/breezy-carpets-smile.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@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.
`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`(previously `jest-emotion`) can't be used directly in the `snapshotSerializers` option, you should use `@emotion/jest/serializer` instead for this.

0 comments on commit 16fa4be

Please sign in to comment.