]> source.dussan.org Git - sonarqube.git/blob
c1ea1a7eb507889ce8d9d2281da2a3c25d3cb79d
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should display correctly 1`] = `
4 <Button
5   className="badge-button"
6   onClick={[Function]}
7 >
8   <img
9     alt="overview.badges.marketing.alt"
10     src="http://foo.bar"
11     width="128px"
12   />
13 </Button>
14 `;
15
16 exports[`should display correctly 2`] = `
17 <Button
18   className="badge-button selected"
19   onClick={[Function]}
20 >
21   <img
22     alt="overview.badges.marketing.alt"
23     src="http://foo.bar"
24     width="128px"
25   />
26 </Button>
27 `;
28
29 exports[`should display correctly 3`] = `
30 <Button
31   className="badge-button"
32   onClick={[Function]}
33 >
34   <img
35     alt="overview.badges.measure.alt"
36     src="http://foo.bar"
37   />
38 </Button>
39 `;