]> source.dussan.org Git - sonarqube.git/blob
9e8423f097dd909d556e807809a2df4ffc1d321d
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <span
5   className="markdown"
6 >
7   <FormattedMessage
8     defaultMessage="bar.sentence"
9     id="bar.sentence"
10     values={
11       {
12         "file": <code>
13           foo.txt
14         </code>,
15       }
16     }
17   />
18 </span>
19 `;