]> source.dussan.org Git - sonarqube.git/blob
5ca002b074fd351518e8963c0a184bb81389411b
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="display-flex-column display-flex-center huge-spacer-top"
6 >
7   <img
8     alt="hotspots.page"
9     className="huge-spacer-top"
10     height={100}
11     src="/images/hotspot-large.svg"
12   />
13   <h1
14     className="huge-spacer-top"
15   >
16     hotspots.no_hotspots.title
17   </h1>
18   <div
19     className="abs-width-400 text-center big-spacer-top"
20   >
21     hotspots.no_hotspots.description
22   </div>
23   <Link
24     className="big-spacer-top"
25     target="_blank"
26     to={
27       Object {
28         "pathname": "/documentation/user-guide/security-hotspots/",
29       }
30     }
31   >
32     hotspots.learn_more
33   </Link>
34 </div>
35 `;
36
37 exports[`should render correctly: file 1`] = `
38 <div
39   className="display-flex-column display-flex-center huge-spacer-top"
40 >
41   <img
42     alt="hotspots.page"
43     className="huge-spacer-top"
44     height={100}
45     src="/images/hotspot-large.svg"
46   />
47   <h1
48     className="huge-spacer-top"
49   >
50     hotspots.no_hotspots_for_file.title
51   </h1>
52   <div
53     className="abs-width-400 text-center big-spacer-top"
54   >
55     hotspots.no_hotspots_for_file.description
56   </div>
57   <Link
58     className="big-spacer-top"
59     target="_blank"
60     to={
61       Object {
62         "pathname": "/documentation/user-guide/security-hotspots/",
63       }
64     }
65   >
66     hotspots.learn_more
67   </Link>
68 </div>
69 `;
70
71 exports[`should render correctly: filtered 1`] = `
72 <div
73   className="display-flex-column display-flex-center huge-spacer-top"
74 >
75   <img
76     alt="hotspots.page"
77     className="huge-spacer-top"
78     height={100}
79     src="/images/filter-large.svg"
80   />
81   <h1
82     className="huge-spacer-top"
83   >
84     hotspots.no_hotspots_for_filters.title
85   </h1>
86   <div
87     className="abs-width-400 text-center big-spacer-top"
88   >
89     hotspots.no_hotspots_for_filters.description
90   </div>
91 </div>
92 `;
93
94 exports[`should render correctly: keys 1`] = `
95 <div
96   className="display-flex-column display-flex-center huge-spacer-top"
97 >
98   <img
99     alt="hotspots.page"
100     className="huge-spacer-top"
101     height={100}
102     src="/images/hotspot-large.svg"
103   />
104   <h1
105     className="huge-spacer-top"
106   >
107     hotspots.no_hotspots_for_keys.title
108   </h1>
109   <div
110     className="abs-width-400 text-center big-spacer-top"
111   >
112     hotspots.no_hotspots_for_keys.description
113   </div>
114 </div>
115 `;