]> source.dussan.org Git - sonarqube.git/blob
a6bb1627d08b8f68ce9b114fa37138152b6a2fd6
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`render line 0 1`] = `
4 <td
5   className="source-meta source-line-number"
6 />
7 `;
8
9 exports[`render line 3 1`] = `
10 <td
11   className="source-meta source-line-number"
12   data-line-number={3}
13   onClick={[Function]}
14   role="button"
15   tabIndex={0}
16 >
17   <Toggler
18     onRequestClose={[Function]}
19     open={false}
20     overlay={
21       <LineOptionsPopup
22         line={
23           Object {
24             "line": 3,
25           }
26         }
27       />
28     }
29   />
30 </td>
31 `;