]> source.dussan.org Git - sonarqube.git/blob
8421b5c343e4b290c66533afb1fbd48b8f5f87b4
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render locations in the same file 1`] = `
4 <ul
5   className="spacer-top"
6 >
7   <li
8     className="display-flex-column"
9     key="0"
10   >
11     <SingleFileLocationNavigator
12       index={0}
13       message="Do not use foo"
14       onClick={[MockFunction]}
15       selected={false}
16     />
17   </li>
18   <li
19     className="display-flex-column"
20     key="1"
21   >
22     <SingleFileLocationNavigator
23       index={1}
24       message="Do not use foo"
25       onClick={[MockFunction]}
26       selected={false}
27     />
28   </li>
29 </ul>
30 `;