]> source.dussan.org Git - sonarqube.git/blob
b0ccd9b6dd02672ce9305023863feb4e4c2e4902
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render 1`] = `
4 <Tooltip
5   mouseEnterDelay={0.5}
6   overlay="issue.this_issue_involves_x_code_locations.7"
7 >
8   <LocationIndex
9     selected={false}
10   >
11     +
12     7
13   </LocationIndex>
14 </Tooltip>
15 `;