Skip to content
Merged
Changes from all 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
20 changes: 10 additions & 10 deletions packages/jest/test/__snapshots__/printer.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`allows to opt-out from styles printing 1`] = `
"<div
class=\\"emotion-0\\"
>
<svg
class=\\"emotion-1\\"
/>
</div>"
`;

exports[`does not replace class names that are not from emotion 1`] = `
".emotion-0 {
color: darkorchid;
Expand Down Expand Up @@ -74,16 +84,6 @@ exports[`jest-emotion with dom elements replaces class names and inserts styles
</div>"
`;

exports[`jest-emotion with style insertion disabled does not insert styles into snapshots 1`] = `
"<div
class=\\"emotion-0\\"
>
<svg
class=\\"emotion-1\\"
/>
</div>"
`;

exports[`prints speedy styles 1`] = `
".emotion-0 {
color: hotpink;
Expand Down