Skip to content

Commit

Permalink
Update snapshots after renaming a test (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Apr 6, 2022
1 parent 8c1c7c7 commit fc52bed
Showing 1 changed file with 10 additions and 10 deletions.
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

0 comments on commit fc52bed

Please sign in to comment.