]> source.dussan.org Git - sonarqube.git/blob
9a8c93a3e5f3c473ee0cf05640168da057514317
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <span>
5   <FormattedMessage
6     defaultMessage="onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.sentence"
7     id="onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.sentence"
8     values={
9       Object {
10         "button": <strong>
11           onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.sentence.button
12         </strong>,
13         "link": <a
14           href="https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube"
15           rel="noopener noreferrer"
16           target="_blank"
17         >
18           onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.sentence.link
19         </a>,
20       }
21     }
22   />
23 </span>
24 `;