We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1c7c7 commit fc52bedCopy full SHA for fc52bed
packages/jest/test/__snapshots__/printer.test.js.snap
@@ -1,5 +1,15 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
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
+
13
exports[`does not replace class names that are not from emotion 1`] = `
14
".emotion-0 {
15
color: darkorchid;
@@ -74,16 +84,6 @@ exports[`jest-emotion with dom elements replaces class names and inserts styles
74
84
</div>"
75
85
`;
76
86
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
- />
-</div>"
-`;
-
87
exports[`prints speedy styles 1`] = `
88
89
color: hotpink;
0 commit comments