Skip to content

Commit fc52bed

Browse files
authored
Update snapshots after renaming a test (#2711)
1 parent 8c1c7c7 commit fc52bed

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/jest/test/__snapshots__/printer.test.js.snap

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3+
exports[`allows to opt-out from styles printing 1`] = `
4+
"<div
5+
class=\\"emotion-0\\"
6+
>
7+
<svg
8+
class=\\"emotion-1\\"
9+
/>
10+
</div>"
11+
`;
12+
313
exports[`does not replace class names that are not from emotion 1`] = `
414
".emotion-0 {
515
color: darkorchid;
@@ -74,16 +84,6 @@ exports[`jest-emotion with dom elements replaces class names and inserts styles
7484
</div>"
7585
`;
7686

77-
exports[`jest-emotion with style insertion disabled does not insert styles into snapshots 1`] = `
78-
"<div
79-
class=\\"emotion-0\\"
80-
>
81-
<svg
82-
class=\\"emotion-1\\"
83-
/>
84-
</div>"
85-
`;
86-
8787
exports[`prints speedy styles 1`] = `
8888
".emotion-0 {
8989
color: hotpink;

0 commit comments

Comments
 (0)