]> source.dussan.org Git - sonarqube.git/blob
e8b50f4347ea7be04dd441da9b1a87e76d33054f
[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": <ForwardRef(Link)
14           target="_blank"
15           to="https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube"
16         >
17           onboarding.tutorial.with.azure_pipelines.ExtensionInstallation.sentence.link
18         </ForwardRef(Link)>,
19       }
20     }
21   />
22 </span>
23 `;