]> source.dussan.org Git - sonarqube.git/blob
5e4d7cdfaae5d8e29b6abc5dd3857ca1bef27489
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <span
5   className="big-spacer-left flex-shrink note text-ellipsis"
6 >
7   <FormattedMessage
8     defaultMessage="branch_like_navigation.for_merge_into_x_from_y"
9     id="branch_like_navigation.for_merge_into_x_from_y"
10     values={
11       {
12         "branch": <strong>
13           feature/foo/bar
14         </strong>,
15         "target": <strong>
16           master
17         </strong>,
18       }
19     }
20   />
21 </span>
22 `;