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