]> source.dussan.org Git - sonarqube.git/blob
50ac585d6f4d28de4697bf5ca08f69b68d16363d
[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_scanner",
11       ]
12     }
13     translationKey="onboarding.tutorial.with.jenkins.dotnet.scanner.prereqs.title"
14   />
15   <Alert
16     className="spacer-top"
17     variant="info"
18   >
19     onboarding.tutorial.with.jenkins.dotnet.scanner.prereqs.info
20   </Alert>
21   <ol
22     className="list-styled list-roman"
23   >
24     <li>
25       <SentenceWithHighlights
26         highlightKeys={
27           [
28             "path",
29           ]
30         }
31         translationKey="onboarding.tutorial.with.jenkins.dotnet.scanner.prereqs.step1"
32       />
33     </li>
34     <li>
35       <SentenceWithHighlights
36         highlightKeys={
37           [
38             "default_scanner",
39             "add_scanner_for_msbuild",
40           ]
41         }
42         translationKey="onboarding.tutorial.with.jenkins.dotnet.scanner.prereqs.step2"
43       />
44     </li>
45     <li>
46       <SentenceWithHighlights
47         highlightKeys={
48           [
49             "name",
50           ]
51         }
52         translationKey="onboarding.tutorial.with.jenkins.dotnet.scanner.prereqs.step3"
53       />
54       <code
55         className="rule"
56       >
57         SonarScanner for MSBuild
58       </code>
59       <ClipboardIconButton
60         copyValue="SonarScanner for MSBuild"
61       />
62     </li>
63     <li>
64       <SentenceWithHighlights
65         highlightKeys={
66           [
67             "install_from",
68           ]
69         }
70         translationKey="onboarding.tutorial.with.jenkins.dotnet.scanner.prereqs.step5"
71       />
72     </li>
73   </ol>
74 </li>
75 `;