]> source.dussan.org Git - sonarqube.git/blob
d9976c97110dec1b535d2751e1ffbc06f6564807
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <li
5   className="abs-width-800"
6 >
7   <FormattedMessage
8     defaultMessage="onboarding.tutorial.with.github_action.yaml.create_yml"
9     id="onboarding.tutorial.with.github_action.yaml.create_yml"
10     values={
11       {
12         "file": <React.Fragment>
13           <code
14             className="rule"
15           >
16             test.yml
17           </code>
18           <ClipboardIconButton
19             copyValue="test.yml"
20           />
21         </React.Fragment>,
22       }
23     }
24   />
25   <CodeSnippet
26     snippet="temaplate"
27   />
28 </li>
29 `;