]> source.dussan.org Git - sonarqube.git/blob
763ab35301a1a941ade2c4f41f6494fb142f051d
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should display correctly 1`] = `
4 <div>
5   <ButtonLink
6     className="little-spacer-bottom"
7     onClick={[Function]}
8   >
9     system.show_intermediate_versions
10     <DropdownIcon
11       className="little-spacer-left"
12       turned={false}
13     />
14   </ButtonLink>
15 </div>
16 `;
17
18 exports[`should display correctly 2`] = `
19 <div>
20   <ButtonLink
21     className="little-spacer-bottom"
22     onClick={[Function]}
23   >
24     system.hide_intermediate_versions
25     <DropdownIcon
26       className="little-spacer-left"
27       turned={true}
28     />
29   </ButtonLink>
30   <div
31     className="note system-upgrade-intermediate"
32     key="5.6.6"
33   >
34     <DateFormatter
35       date="2017-04-02"
36       long={true}
37     >
38       <Component />
39     </DateFormatter>
40     <p
41       className="little-spacer-top"
42     >
43       Version 5.6.6 description
44     </p>
45   </div>
46   <div
47     className="note system-upgrade-intermediate"
48     key="5.6.5"
49   >
50     <DateFormatter
51       date="2017-03-01"
52       long={true}
53     >
54       <Component />
55     </DateFormatter>
56     <p
57       className="little-spacer-top"
58     >
59       Version 5.6.5 description
60     </p>
61   </div>
62 </div>
63 `;