]> source.dussan.org Git - sonarqube.git/blob
e99259298a249d02a9090b74603f7e72c880b783
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <div
5   className="navigation-keyboard-shortcuts big-spacer-top text-center"
6 >
7   <span>
8     alt + ↑ ↓ 
9     issues.to_navigate_issue_locations
10   </span>
11 </div>
12 `;
13
14 exports[`should render correctly 2`] = `
15 <div
16   className="navigation-keyboard-shortcuts big-spacer-top text-center"
17 >
18   <span>
19     alt + ↑ ↓ 
20     issues.to_navigate_issue_locations
21   </span>
22 </div>
23 `;