|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
1 | 3 | exports[`base rendering tests renders correctly App with default Styled 1`] = ` |
2 | 4 | <div |
3 | | - className="div-8-0-8"> |
| 5 | + className="div-8-0-9" |
| 6 | +> |
4 | 7 | <header |
5 | | - className="header-9-0-9"> |
| 8 | + className="header-9-0-10" |
| 9 | + > |
6 | 10 | <h1 |
7 | | - className="h1-12-0-10"> |
| 11 | + className="h1-12-0-11" |
| 12 | + > |
8 | 13 | Title |
9 | 14 | </h1> |
10 | 15 | </header> |
11 | 16 | <section |
12 | | - className="section-10-0-11" |
13 | | - data-name="content"> |
| 17 | + className="section-10-0-12" |
| 18 | + data-name="content" |
| 19 | + > |
14 | 20 | <button |
15 | | - className="button-13-0-12"> |
| 21 | + className="button-13-0-13" |
| 22 | + > |
16 | 23 | primitive test |
17 | 24 | </button> |
18 | 25 | <button |
19 | | - className="button-14-0-13"> |
| 26 | + className="button-14-0-14" |
| 27 | + > |
20 | 28 | dynamic primitive test |
21 | 29 | </button> |
22 | 30 | </section> |
23 | 31 | <section |
24 | | - className="section-11-0-14"> |
| 32 | + className="section-11-0-15" |
| 33 | + > |
25 | 34 | Another section |
26 | 35 | </section> |
27 | 36 | </div> |
28 | 37 | `; |
29 | 38 |
|
30 | 39 | exports[`base rendering tests renders correctly App with default styled 1`] = ` |
31 | 40 | <div |
32 | | - className="div-1-0-0"> |
| 41 | + className="div-1-0-1" |
| 42 | +> |
33 | 43 | <header |
34 | | - className="header-2-0-1"> |
| 44 | + className="header-2-0-2" |
| 45 | + > |
35 | 46 | <h1 |
36 | | - className="h1-5-0-2"> |
| 47 | + className="h1-5-0-3" |
| 48 | + > |
37 | 49 | Title |
38 | 50 | </h1> |
39 | 51 | </header> |
40 | 52 | <section |
41 | | - className="section-3-0-3" |
42 | | - data-name="content"> |
| 53 | + className="section-3-0-4" |
| 54 | + data-name="content" |
| 55 | + > |
43 | 56 | <button |
44 | | - className="button-6-0-4"> |
| 57 | + className="button-6-0-5" |
| 58 | + > |
45 | 59 | primitive test |
46 | 60 | </button> |
47 | 61 | <button |
48 | | - className="button-7-0-5"> |
| 62 | + className="button-7-0-6" |
| 63 | + > |
49 | 64 | dynamic primitive test |
50 | 65 | </button> |
51 | 66 | </section> |
52 | 67 | <section |
53 | | - className="section-4-0-6"> |
| 68 | + className="section-4-0-7" |
| 69 | + > |
54 | 70 | Another section |
55 | 71 | </section> |
56 | 72 | </div> |
57 | 73 | `; |
58 | 74 |
|
59 | 75 | exports[`base rendering tests renders correctly App with injectStyled 1`] = ` |
60 | 76 | <div |
61 | | - className="root-0-15"> |
| 77 | + className="root-0-16" |
| 78 | +> |
62 | 79 | <div |
63 | | - className="div-15-0-17"> |
| 80 | + className="div-15-0-18" |
| 81 | + > |
64 | 82 | <header |
65 | | - className="header-16-0-18"> |
| 83 | + className="header-16-0-19" |
| 84 | + > |
66 | 85 | <h1 |
67 | | - className="h1-19-0-19"> |
| 86 | + className="h1-19-0-20" |
| 87 | + > |
68 | 88 | Title |
69 | 89 | </h1> |
70 | 90 | </header> |
71 | 91 | <section |
72 | | - className="section-17-0-20" |
73 | | - data-name="content"> |
| 92 | + className="section-17-0-21" |
| 93 | + data-name="content" |
| 94 | + > |
74 | 95 | <button |
75 | | - className="button-20-0-21"> |
| 96 | + className="button-20-0-22" |
| 97 | + > |
76 | 98 | primitive test |
77 | 99 | </button> |
78 | 100 | <button |
79 | | - className="button-21-0-22"> |
| 101 | + className="button-21-0-23" |
| 102 | + > |
80 | 103 | dynamic primitive test |
81 | 104 | </button> |
82 | 105 | </section> |
83 | 106 | <section |
84 | | - className="section-18-0-23"> |
| 107 | + className="section-18-0-24" |
| 108 | + > |
85 | 109 | Another section |
86 | 110 | </section> |
87 | 111 | </div> |
|
0 commit comments