]> source.dussan.org Git - sonarqube.git/blob
d1290fac87f1dcfc00d27a25608e4eaf07d62c48
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <li
5   className="abs-width-600"
6 >
7   <SentenceWithHighlights
8     highlightKeys={
9       [
10         "default_msbuild",
11       ]
12     }
13     translationKey="onboarding.tutorial.with.jenkins.dotnet.msbuild.prereqs.title"
14   />
15   <Alert
16     className="spacer-top"
17     variant="info"
18   >
19     onboarding.tutorial.with.jenkins.dotnet.msbuild.prereqs.info
20   </Alert>
21   <ol
22     className="list-styled list-roman"
23   >
24     <li>
25       <SentenceWithHighlights
26         highlightKeys={
27           [
28             "msbuild",
29           ]
30         }
31         translationKey="onboarding.tutorial.with.jenkins.dotnet.msbuild.prereqs.step1"
32       />
33     </li>
34     <li>
35       <SentenceWithHighlights
36         highlightKeys={
37           [
38             "path",
39           ]
40         }
41         translationKey="onboarding.tutorial.with.jenkins.dotnet.msbuild.prereqs.step2"
42       />
43     </li>
44     <li>
45       <SentenceWithHighlights
46         highlightKeys={
47           [
48             "msbuild",
49             "add_msbuild",
50             "name",
51             "msbuild_plugin",
52           ]
53         }
54         translationKey="onboarding.tutorial.with.jenkins.dotnet.msbuild.prereqs.step3"
55       />
56       <code
57         className="rule"
58       >
59         Default MSBuild
60       </code>
61       <ClipboardIconButton
62         copyValue="Default MSBuild"
63       />
64     </li>
65   </ol>
66 </li>
67 `;