]> source.dussan.org Git - sonarqube.git/blob
59011f443971e31776764ec974961ff674e4aac3
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Tooltip
5   mouseLeaveDelay={0.25}
6   overlay={
7     <FormattedMessage
8       defaultMessage="settings.almintegration.create.tooltip"
9       id="settings.almintegration.create.tooltip"
10       values={
11         {
12           "alm": "alm.azure",
13           "link": <a
14             href="https://www.sonarsource.com/plans-and-pricing/enterprise/?sourceEdition=community"
15             rel="noopener noreferrer"
16             target="_blank"
17           >
18             settings.almintegration.create.tooltip.link
19           </a>,
20         }
21       }
22     />
23   }
24 >
25   <span>
26     Child
27   </span>
28 </Tooltip>
29 `;
30
31 exports[`should render correctly 2`] = `
32 <Tooltip
33   mouseLeaveDelay={0.25}
34   overlay={null}
35 >
36   <span>
37     Child
38   </span>
39 </Tooltip>
40 `;